/packages/modules/AdServices/adservices/service-core/java/com/android/adservices/service/measurement/ |
D | Attribution.java | 36 @Scope private int mScope; field in Attribution 183 @Scope private int mScope; field in Attribution.Builder
|
/packages/apps/Camera2/src/com/android/camera/settings/ |
D | SettingObserver.java | 55 private final String mScope; field in SettingObserver
|
/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/ |
D | TextContentPreviewUi.java | 43 private final CoroutineScope mScope; field in TextContentPreviewUi
|
D | ChooserContentPreviewUi.java | 53 private final CoroutineScope mScope; field in ChooserContentPreviewUi
|
D | FilesPlusTextContentPreviewUi.java | 53 private final CoroutineScope mScope; field in FilesPlusTextContentPreviewUi
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | Pan.kt | 43 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(1)) constant in com.android.pandora.Pan
|
D | Gatt.kt | 49 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(1)) constant in com.android.pandora.Gatt
|
/packages/apps/DocumentsUI/src/com/android/documentsui/ |
D | ActionModeController.java | 56 private final ContentScope mScope = new ContentScope(); field in ActionModeController
|
D | FocusManager.java | 67 private final ContentScope mScope = new ContentScope(); field in FocusManager
|
/packages/modules/Connectivity/staticlibs/device/com/android/net/module/util/ |
D | PrivateAddressCoordinator.java | 442 private final int mScope; field in PrivateAddressCoordinator.AddressKey
|
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/ |
D | CellBroadcastChannelManager.java | 162 public int mScope; field in CellBroadcastChannelManager.CellBroadcastChannelRange
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/sockets/rfcomm/ |
D | RfcommTest.kt | 115 private val mScope: CoroutineScope = CoroutineScope(Dispatchers.Default.limitedParallelism(2)) in <lambda>() constant in android.bluetooth.sockets.rfcomm.RfcommTest
|