Home
last modified time | relevance | path

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

/frameworks/base/apex/jobscheduler/service/java/com/android/server/usage/
DAppStandbyController.java262 static final int MSG_REPORT_SYNC_SCHEDULED = 12; field in AppStandbyController
1813 mHandler.obtainMessage(MSG_REPORT_SYNC_SCHEDULED, userId, exempted ? 1 : 0, packageName) in postReportSyncScheduled()
2179 case MSG_REPORT_SYNC_SCHEDULED: in handleMessage()