Searched refs:MSG_REMOVED (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java61 private static final int MSG_REMOVED = 105; field in class:FingerprintManager
881 case MSG_REMOVED:
896 Log.e(TAG, "Received MSG_REMOVED, but fingerprint is null");
1109 mHandler.obtainMessage(MSG_REMOVED, remaining, 0,
/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java1153 private static final int MSG_REMOVED = 2; field in class:LauncherApps.CallbackMessageHandler
1186 case MSG_REMOVED:
1221 obtainMessage(MSG_REMOVED, info).sendToTarget();

Completed in 172 milliseconds