Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java421 IPlatformCompat platformCompat = IPlatformCompat.Stub.asInterface( in reportIfRestrictedSawIntent() local
423 if (platformCompat == null) { in reportIfRestrictedSawIntent()
427 platformCompat.reportChangeByUid(CHANGE_RESTRICT_SAW_INTENT, callingUid); in reportIfRestrictedSawIntent()