Searched refs:mUserUid (Results 1 – 1 of 1) sorted by relevance
83 private int mUserUid = 0; field in HidDeviceService524 if (callingUid != mUserUid) { in checkCallingUid()534 if (mUserUid != 0) { in registerApp()548 mUserUid = callingUid; in registerApp()593 if (mUserUid != 0 && (uid == mUserUid || uid < Process.FIRST_APPLICATION_UID)) { in unregisterAppUid()594 mUserUid = 0; in unregisterAppUid()656 if (callingUid != mUserUid && callingUid >= Process.FIRST_APPLICATION_UID) { in disconnect()729 if (mUserUid < Process.FIRST_APPLICATION_UID) { in getUserAppName()732 String appName = getPackageManager().getNameForUid(mUserUid); in getUserAppName()