Home
last modified time | relevance | path

Searched refs:appType (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/car/src/android/car/cts/
DCarAppFocusManagerTest.java412 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() argument
413 Log.i(TAG, "onAppFocusChange appType=" + appType + " active=" + active); in onAppFocusChanged()
415 mLastChangeAppType = appType; in onAppFocusChanged()
457 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() argument
458 Log.i(TAG, "onAppFocusOwnershipLoss " + appType); in onAppFocusOwnershipLost()
462 mLastLossEvent = appType; in onAppFocusOwnershipLost()
467 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted() argument
468 Log.i(TAG, "onAppFocusOwnershipGranted " + appType); in onAppFocusOwnershipGranted()
470 mLastGrantEvent = appType; in onAppFocusOwnershipGranted()
/cts/tests/tests/telephony/current/src/android/telephony/gba/cts/
DTestGbaService.java40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest() argument
/cts/tests/tests/car/src/android/car/cluster/cts/
DClusterHomeManagerTest.java209 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted() argument
214 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() argument
/cts/tests/tests/telephony/current/mockmodem/src/android/telephony/mockmodem/
DMockSimService.java668 mSimApp[appidx].appType = type; in loadSimProfileFromXml()