Searched refs:MSG_UID_GONE (Results 1 – 3 of 3) sorted by relevance
1459 mBgHandler.obtainMessage(BgHandler.MSG_UID_GONE, uid, disabled ? 1 : 0)3053 static final int MSG_UID_GONE = 7; field in AppRestrictionController.BgHandler3098 case MSG_UID_GONE: { in handleMessage()
5445 static final int MSG_UID_GONE = 1;5458 case MSG_UID_GONE:5673 mHandler.obtainMessage(H.MSG_UID_GONE, uid, 0).sendToTarget();
270 static final int MSG_UID_GONE = 5;1454 mHandler.obtainMessage(MSG_UID_GONE, uid, disabled ? 1 : 0).sendToTarget();3208 case MSG_UID_GONE: {