Home
last modified time | relevance | path

Searched defs:mScope (Results 1 – 25 of 98) sorted by relevance

1234

/aosp_15_r20/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/
DAttribution.java36 @Scope private int mScope; field in Attribution
183 @Scope private int mScope; field in Attribution.Builder
/aosp_15_r20/cts/tests/tests/media/audio/modules/audiorecordpermissiontests/lib/src/android/media/audio/cts/audiorecordpermissiontests/common/
H A DRecordService.kt80 private val mScope = CoroutineScope(mJob + Dispatchers.Main.immediate + handler) in <lambda>() constant
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/dreams/conditions/
H A DAssistantAttentionConditionTest.java52 CoroutineScope mScope; field in AssistantAttentionConditionTest
H A DDreamConditionTest.java60 CoroutineScope mScope; field in DreamConditionTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/process/condition/
H A DSystemProcessConditionTest.java53 CoroutineScope mScope; field in SystemProcessConditionTest
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/shared/condition/
H A DConditionTest.java46 CoroutineScope mScope; field in ConditionTest
H A DConditionMonitorTest.java63 private CoroutineScope mScope; field in ConditionMonitorTest
/aosp_15_r20/external/cronet/base/test/android/javatests/src/org/chromium/base/test/transit/
H A DViewElement.java36 private final @Scope int mScope; field in ViewElement
/aosp_15_r20/packages/apps/Camera2/src/com/android/camera/settings/
DSettingObserver.java55 private final String mScope; field in SettingObserver
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DTextContentPreviewUi.java43 private final CoroutineScope mScope; field in TextContentPreviewUi
DChooserContentPreviewUi.java53 private final CoroutineScope mScope; field in ChooserContentPreviewUi
DFilesPlusTextContentPreviewUi.java53 private final CoroutineScope mScope; field in FilesPlusTextContentPreviewUi
/aosp_15_r20/frameworks/base/packages/SystemUI/multivalentTests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetAdapterTest.java56 CoroutineScope mScope; field in InternetAdapterTest
/aosp_15_r20/packages/modules/Bluetooth/android/pandora/server/src/
DPan.kt42 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(1)) constant in com.android.pandora.Pan
DGatt.kt49 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(1)) constant in com.android.pandora.Gatt
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionModeController.java53 private final ContentScope mScope = new ContentScope(); field in ActionModeController
DFocusManager.java67 private final ContentScope mScope = new ContentScope(); field in FocusManager
/aosp_15_r20/frameworks/base/packages/SystemUI/shared/src/com/android/systemui/shared/condition/
H A DCondition.java47 private final CoroutineScope mScope; field in Condition
/aosp_15_r20/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/tiles/dialog/
H A DInternetDialogDelegateTest.java69 CoroutineScope mScope; field in InternetDialogDelegateTest
/aosp_15_r20/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DPrivateAddressCoordinator.java436 private final int mScope; field in PrivateAddressCoordinator.AddressKey
/aosp_15_r20/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java162 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange
/aosp_15_r20/external/openthread/include/openthread/
H A Dhistory_tracker.h110 uint8_t mScope : 4; ///< The IPv6 scope. member
H A Dip6.h458 uint8_t mScope : 4; ///< The scope of this address. member
/aosp_15_r20/external/ot-br-posix/src/common/
H A Dtypes.hpp423 uint8_t mScope : 4; member in otbr::Ip6AddressInfo
/aosp_15_r20/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DUdfpsController.java181 @NonNull private final CoroutineScope mScope; field in UdfpsController

1234