Searched refs:LOCATION (Results 1 – 6 of 6) sorted by relevance
/cts/tests/searchui/src/android/searchuiservice/cts/ |
D | SearchTargetEventTest.java | 40 private final String LOCATION = "location"; field in SearchTargetEventTest 41 private final Builder mBuilder = new Builder(ID, ACTION_TAP).setLaunchLocation(LOCATION); 47 .setLaunchLocation(LOCATION).setFlags(FLAG_IME_SHOWN).build(); in testBuilder() 55 .setLaunchLocation(LOCATION).setFlags(FLAG_IME_SHOWN).build(); in testParcel() 66 assertThat(event.getLaunchLocation()).isEqualTo(LOCATION); in assertEverything()
|
/cts/hostsidetests/car/src/android/car/cts/powerpolicy/ |
D | PowerPolicyDef.java | 187 LOCATION("LOCATION"), enumConstant 247 PowerComponent.LOCATION, 270 PowerComponent.LOCATION, 295 PowerComponent.LOCATION, 322 PowerComponent.LOCATION, 345 PowerComponent.LOCATION, 364 PowerComponent.LOCATION,
|
/cts/hostsidetests/car/app/src/android/car/cts/app/ |
D | PowerComponentUtil.java | 81 return PowerComponent.LOCATION; in toPowerComponent() 120 case PowerComponent.LOCATION: in componentToString()
|
/cts/tests/tests/provider/src/android/provider/cts/contacts/ |
D | CallLogTest.java | 138 uri, new String[]{CallLog.Calls.LOCATION}, null, null); in testLocationStorageAndRetrieval() 142 cursor.getColumnIndex(CallLog.Calls.LOCATION)); in testLocationStorageAndRetrieval()
|
/cts/tests/tests/car/src/android/car/cts/ |
D | CarPowerManagerTest.java | 86 .setComponents(PowerComponent.LOCATION).build(); in testApplyNewPowerPolicy()
|
/cts/tests/tests/renderscript/src/android/renderscript/cts/ |
D | reduce.rscript | 43 // Finds LOCATION of min and max float values
|