Home
last modified time | relevance | path

Searched refs:MSG_REMOVE (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/slice/
DSlicePermissionManager.java133 mHandler.obtainMessage(H.MSG_REMOVE, pkgUser); in removePkg()
370 private static final int MSG_REMOVE = 3; field in SlicePermissionManager.H
387 case MSG_REMOVE: in handleMessage()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationUsageStats.java1040 private static final int MSG_REMOVE = 3; field in NotificationUsageStats.SQLiteLog
1134 case MSG_REMOVE: in SQLiteLog()
1202 mWriteHandler.sendMessage(mWriteHandler.obtainMessage(MSG_REMOVE, notification)); in logRemoved()