Home
last modified time | relevance | path

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

/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
/packages/apps/Camera2/src/com/android/camera/settings/
DSettingObserver.java55 private final String mScope; field in SettingObserver
/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
/packages/modules/Bluetooth/android/pandora/server/src/
DPan.kt43 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
/packages/apps/DocumentsUI/src/com/android/documentsui/
DActionModeController.java56 private final ContentScope mScope = new ContentScope(); field in ActionModeController
DFocusManager.java67 private final ContentScope mScope = new ContentScope(); field in FocusManager
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/
DPrivateAddressCoordinator.java442 private final int mScope; field in PrivateAddressCoordinator.AddressKey
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastChannelManager.java162 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/rfcomm/
DRfcommTest.kt115 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(2)) in <lambda>() constant in android.bluetooth.sockets.rfcomm.RfcommTest