Searched defs:MSG_REMOVED (Results 1 - 2 of 2) sorted by path

/frameworks/base/core/java/android/content/pm/
H A DLauncherApps.java948 private static final int MSG_REMOVED = 2; field in class:LauncherApps.CallbackMessageHandler
981 case MSG_REMOVED:
1016 obtainMessage(MSG_REMOVED, info).sendToTarget();
/frameworks/base/core/java/android/hardware/fingerprint/
H A DFingerprintManager.java63 private static final int MSG_REMOVED = 105; field in class:FingerprintManager
811 case MSG_REMOVED:
1009 mHandler.obtainMessage(MSG_REMOVED, fingerId, groupId, deviceId).sendToTarget();

Completed in 113 milliseconds