Searched refs:appType (Results 1 – 4 of 4) sorted by relevance
412 public void onAppFocusChanged(int appType, boolean active) { in onAppFocusChanged() argument413 Log.i(TAG, "onAppFocusChange appType=" + appType + " active=" + active); in onAppFocusChanged()415 mLastChangeAppType = appType; in onAppFocusChanged()457 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() argument458 Log.i(TAG, "onAppFocusOwnershipLoss " + appType); in onAppFocusOwnershipLost()462 mLastLossEvent = appType; in onAppFocusOwnershipLost()467 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted() argument468 Log.i(TAG, "onAppFocusOwnershipGranted " + appType); in onAppFocusOwnershipGranted()470 mLastGrantEvent = appType; in onAppFocusOwnershipGranted()
40 public void onAuthenticationRequest(int subId, int token, int appType, in onAuthenticationRequest() argument
209 public void onAppFocusOwnershipGranted(int appType) { in onAppFocusOwnershipGranted() argument214 public void onAppFocusOwnershipLost(int appType) { in onAppFocusOwnershipLost() argument
668 mSimApp[appidx].appType = type; in loadSimProfileFromXml()