Searched refs:MSG_UID_IDLE (Results 1 – 2 of 2) sorted by relevance
1453 mBgHandler.obtainMessage(BgHandler.MSG_UID_IDLE, uid, disabled ? 1 : 0)3051 static final int MSG_UID_IDLE = 5; field in AppRestrictionController.BgHandler3086 case MSG_UID_IDLE: { in handleMessage()
272 static final int MSG_UID_IDLE = 7;1462 mHandler.obtainMessage(MSG_UID_IDLE, uid, disabled ? 1 : 0).sendToTarget();3232 case MSG_UID_IDLE: {