HomeSort by relevance Sort by last modified time
    Searched refs:MSG_REMOVED (Results 1 - 2 of 2) sorted by null

  /frameworks/base/core/java/android/service/fingerprint/
FingerprintManager.java 46 private static final int MSG_REMOVED = 104;
93 case MSG_REMOVED:
130 mHandler.obtainMessage(MSG_REMOVED, fingerprintId, 0).sendToTarget();
  /frameworks/base/core/java/android/content/pm/
LauncherApps.java 419 private static final int MSG_REMOVED = 2;
448 case MSG_REMOVED:
474 obtainMessage(MSG_REMOVED, info).sendToTarget();

Completed in 87 milliseconds