Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl584 boolean isDevicePotentiallyStolen(String callerPackageName); in isDevicePotentiallyStolen() method
DDevicePolicyManager.java17333 public boolean isDevicePotentiallyStolen() { in isDevicePotentiallyStolen() method in DevicePolicyManager
17339 return mService.isDevicePotentiallyStolen(mContext.getPackageName()); in isDevicePotentiallyStolen()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java22501 public boolean isDevicePotentiallyStolen(String callerPackageName) {
/frameworks/base/core/api/
Dsystem-current.txt1329 …(android.Manifest.permission.QUERY_DEVICE_STOLEN_STATE) public boolean isDevicePotentiallyStolen();