Home
last modified time | relevance | path

Searched refs:TARGET (Results 1 – 25 of 57) sorted by relevance

123

/packages/services/Telecomm/flags/
Dtelecom_callaudioroutestatemachine_flags.aconfig4 # OWNER=kunduz TARGET=24Q2
12 # OWNER=pmadapurmath TARGET=24Q3
20 # OWNER=tgunn TARGET=24Q3
28 # OWNER=pmadapurmath TARGET=24Q1
36 # OWNER=pmadapurmath TARGET=24Q3
44 # OWNER=pmadapurmath TARGET=24Q3
52 # OWNER=pmadapurmath TARGET=24Q3
60 # OWNER=pmadapurmath TARGET=24Q3
68 # OWNER=pmadapurmath TARGET=24Q3
76 # OWNER=pmadapurmath TARGET=24Q3
[all …]
Dtelecom_api_flags.aconfig4 # OWNER=grantmenke TARGET=24Q3
13 # OWNER=grantmenke TARGET=24Q3
22 # OWNER=kunduz TARGET=24Q2
31 # OWNER=tjstuart TARGET=24Q3
40 # OWNER=tjstuart TARGET=24Q3
49 # OWNER=tjstuart TARGET=24Q3
58 # OWNER=tjstuart TARGET=24Q3
68 # OWNER=tgunn TARGET=25Q3
Dtelecom_calls_manager_flags.aconfig4 # OWNER=pmadapurmath TARGET=24Q3
12 # OWNER=tjstuart TARGET=24Q3
20 # OWNER=breadley TARGET=24Q3
28 # OWNER=tjstuart TARGET=24Q4
Dtelecom_incallservice_flags.aconfig4 # OWNER=qingzhong TARGET=24Q2
12 # OWNER=pmadapurmath TARGET=24Q2
20 # OWNER=pmadapurmath TARGET=24Q3
Dtelecom_calllog_flags.aconfig4 # OWNER=qingzhong TARGET=24Q2
12 # OWNER=ranamouawi TARGET=24Q2
Dtelecom_default_phone_account_flags.aconfig4 # OWNER=tjstuart TARGET=24Q3
12 # OWNER=tjstuart TARGET=24Q3
Dtelecom_call_flags.aconfig4 # OWNER=tjstuart TARGET=24Q3
19 # OWNER = breadley TARGET=24Q3
/packages/modules/StatsD/statsd/tools/localtools/test/com/android/statsd/shelltools/testdrive/
DTestDriveTest.java51 TARGET); in success()
85 private static final String TARGET = "target"; field in TestDriveTest
87 TARGET);
90 private static final List<String> TARGET_ONLY = Collections.singletonList(TARGET);
104 new Object[]{new String[]{"-s", TARGET, "244", "245"}, NOT_TARGET, null, in data()
114 new Object[]{new String[]{"244", "245"}, TWO_OTHER_DEVICES, TARGET, in data()
116 new Object[]{new String[]{"244", "245"}, TARGET_AND_OTHER, TARGET, in data()
132 new Object[]{new String[]{"-s", TARGET, "-one", "-p", PACKAGE, "244", "245"}, in data()
135 new Object[]{new String[]{"-one", "-s", TARGET, "-p", PACKAGE, "244", "245"}, in data()
138 new Object[]{new String[]{"-one", "-p", PACKAGE, "-s", TARGET, "244", "245"}, in data()
[all …]
/packages/apps/Settings/tests/robotests/src/com/android/settings/accessibility/shortcuts/
DEditShortcutsPreferenceFragmentTest.java105 private static final String TARGET = MAGNIFICATION_CONTROLLER_NAME; field in EditShortcutsPreferenceFragmentTest
106 private static final Set<String> TARGETS = Set.of(TARGET);
169 mFragmentScenario = createFragScenario(/* isInSuw= */ true, TARGET); in fragmentCreated_inSuw_controllersTargetsSet()
185 mFragmentScenario = createFragScenario(/* isInSuw= */ false, TARGET); in fragmentCreated_notInSuw_controllersTargetsSet()
206 mFragmentScenario = createFragScenario(/* isInSuw= */ false, TARGET); in fragmentCreated_settingsObserversAreRegistered()
218 mFragmentScenario = createFragScenario(/* isInSuw= */ false, TARGET) in fragmentDestroyed_unregisterSettingsObserver()
229 mFragmentScenario = createFragScenario(/* isInSuw= */ false, TARGET); in onVolumeKeysShortcutSettingChanged_volumeKeyControllerUpdated()
233 mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET); in onVolumeKeysShortcutSettingChanged_volumeKeyControllerUpdated()
244 mFragmentScenario = createFragScenario(/* isInSuw= */ false, TARGET); in onSoftwareShortcutSettingChanged_softwareControllersUpdated()
248 mContext, ShortcutConstants.UserShortcutType.SOFTWARE, TARGET); in onSoftwareShortcutSettingChanged_softwareControllersUpdated()
[all …]
DVolumeKeysShortcutOptionControllerTest.java58 private static final String TARGET = field in VolumeKeysShortcutOptionControllerTest
75 mController.setShortcutTargets(Set.of(TARGET)); in setUp()
100 mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET); in isChecked_targetUseVolumeKeyShortcut_returnTrue()
108 mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET); in isChecked_targetNotUseVolumeKeyShortcut_returnFalse()
120 mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET)).isTrue(); in enableShortcutForTargets_enableVolumeKeysShortcut_shortcutSet()
131 Set.of(TARGET), in enableShortcutForTargets_enableVolumeKeysShortcut_callA11yManager()
144 mContext, ShortcutConstants.UserShortcutType.HARDWARE, TARGET)).isFalse(); in enableShortcutForTargets_disableVolumeKeysShortcut_shortcutNotSet()
155 Set.of(TARGET), in enableShortcutForTargets_disableVolumeKeysShortcut_callA11yManager()
DQuickSettingsShortcutOptionControllerTest.java66 private static final ComponentName TARGET = new ComponentName("FakePackage", "FakeClass"); field in QuickSettingsShortcutOptionControllerTest
67 private static final String TARGET_FLATTEN = TARGET.flattenToString();
170 .thenReturn(Map.of(TARGET, TARGET_TILE)); in isShortcutAvailable_qsTileProvided_returnsTrue()
189 mContext, TARGET, /* isAlwaysOnService= */ false); in isShortcutAvailable_qsTileProvided_invalidUseCase_returnFalse()
191 .thenReturn(Map.of(TARGET, TARGET_TILE)); in isShortcutAvailable_qsTileProvided_invalidUseCase_returnFalse()
204 mContext, TARGET, /* isAlwaysOnService= */ true); in isShortcutAvailable_qsTileProvided_validUseCase_returnTrue()
206 .thenReturn(Map.of(TARGET, TARGET_TILE)); in isShortcutAvailable_qsTileProvided_validUseCase_returnTrue()
DFloatingButtonShortcutOptionControllerTest.java47 private static final String TARGET = field in FloatingButtonShortcutOptionControllerTest
59 mController.setShortcutTargets(Set.of(TARGET)); in setUp()
DNavButtonShortcutOptionControllerTest.java49 private static final String TARGET = field in NavButtonShortcutOptionControllerTest
61 mController.setShortcutTargets(Set.of(TARGET)); in setUp()
DGestureShortcutOptionControllerTest.java54 private static final String TARGET = field in GestureShortcutOptionControllerTest
66 mController.setShortcutTargets(Set.of(TARGET)); in setUp()
/packages/modules/Bluetooth/tools/rootcanal/
DCMakeLists.txt12 get_property(pdlc_EXECUTABLE TARGET pdlc PROPERTY EXECUTABLE_PATH)
19 TARGET pdlc
134 TARGET libscriptedbeaconpayload-protos-lite LICENSE Apache-2.0
138 TARGET libscriptedbeaconpayload-protos-lite
153 TARGET librootcanal_config LICENSE Apache-2.0
157 TARGET librootcanal_config
174 android_license(TARGET "libbt-rootcanal.headers" LIBNAME None SPDX Apache-2.0
178 TARGET librootcanal_log
190 TARGET libbt-rootcanal
/packages/apps/Car/RadioPrebuilt/
Dupdate_prebuilt.sh13 TARGET=car_apps_gradle-all
19 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
/packages/apps/Car/DialerPrebuilt/
Dupdate_prebuilt.sh13 TARGET=car_apps_gradle-all
19 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
/packages/apps/Car/MessengerPrebuilt/
Dupdate_prebuilt.sh13 TARGET=car_apps_gradle-all
19 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
/packages/apps/Car/MediaPrebuilt/
Dupdate_prebuilt.sh13 TARGET=car_apps_gradle-all
19 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
/packages/apps/Car/CalendarPrebuilt/
Dupdate_prebuilt.sh13 TARGET=car_apps_gradle-all
19 CMD="fetch_artifact --bid $1 --target $TARGET --use_oauth2"
/packages/modules/Connectivity/remoteauth/
DREADME.md27 $ source build/envsetup.sh && lunch <TARGET>
36 $ source build/envsetup.sh && lunch <TARGET>
/packages/apps/Settings/tests/robotests/src/com/android/settings/testutils/
DActiveUnlockTestUtils.java38 public static final String TARGET = "com.active.unlock.target"; field in ActiveUnlockTestUtils
49 context.getContentResolver(), TARGET_SETTING, TARGET); in enable() local
/packages/apps/Settings/tests/unit/src/com/android/settings/testutils/
DActiveUnlockTestUtils.java38 public static final String TARGET = "com.active.unlock.target"; field in ActiveUnlockTestUtils
49 context.getContentResolver(), TARGET_SETTING, TARGET); in enable() local
/packages/apps/ManagedProvisioning/studio-dev/ManagedProvisioningGradleProject/buildSrc/src/main/java/
DRoboJarFetcherTask.kt120 .getdownloadurl(buildId.toString(), TARGET, "latest", "android-all-robolectric.jar") in downloadAndroidJarFromServer()
189 .setTarget(TARGET) in latestBuildId()
262 private const val TARGET = "sdk-trunk_staging" constant
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/mapclient/
DMnsObexServerTest.java63 request.setHeader(HeaderSet.TARGET, wrongUuid); in onConnect_whenUuidIsWrong()
73 request.setHeader(HeaderSet.TARGET, MnsObexServer.MNS_TARGET); in onConnect_withCorrectUuid()

123