Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java200 static final int MSG_REPORT_EXEMPTED_SYNC_START = 13; field in AppStandbyController
1420 mHandler.obtainMessage(MSG_REPORT_EXEMPTED_SYNC_START, userId, 0, packageName) in postReportExemptedSyncStart()
1670 case MSG_REPORT_EXEMPTED_SYNC_START: in handleMessage()