Home | History | Annotate | Download | only in connectivity

Lines Matching defs:mOwnerUID

169     private int mOwnerUID;
263 mOwnerUID = getAppUid(mPackage, mUserHandle);
700 return getAppUid(packageName, mUserHandle) == mOwnerUID;
732 mNetd.denyProtect(mOwnerUID);
734 Log.wtf(TAG, "Failed to disallow UID " + mOwnerUID + " to call protect() " + e);
739 mOwnerUID = getAppUid(newPackage, mUserHandle);
741 mNetd.allowProtect(mOwnerUID);
743 Log.wtf(TAG, "Failed to allow UID " + mOwnerUID + " to call protect() " + e);
1006 if (Binder.getCallingUid() != mOwnerUID) {
1128 return isRunningLocked() && Binder.getCallingUid() == mOwnerUID;
1511 info.ownerUid = mOwnerUID;