Home
last modified time | relevance | path

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

/frameworks/base/services/usage/java/com/android/server/usage/
DAppStandbyController.java194 static final int MSG_REPORT_CONTENT_PROVIDER_USAGE = 8; field in AppStandbyController
1410 mHandler.obtainMessage(MSG_REPORT_CONTENT_PROVIDER_USAGE, args) in postReportContentProviderUsage()
1648 case MSG_REPORT_CONTENT_PROVIDER_USAGE: in handleMessage()