Searched defs:getInstantAppPackageName (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerService.java3208 if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
3590 if (getInstantAppPackageName(callingUid) != null) {
3775 final String instantAppPkgName = getInstantAppPackageName(callingUid);
3871 if (getInstantAppPackageName(callingUid) != null) {
3898 if (getInstantAppPackageName(callingUid) != null) {
4001 if (getInstantAppPackageName(callingUid) != null) {
4065 if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
4093 if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
4105 if (getInstantAppPackageName(Binder.getCallingUid()) != null) {
4566 if (getInstantAppPackageName(callingUi
6847 private String getInstantAppPackageName(int callingUid) { method in class:PackageManagerService
[all...]

Completed in 740 milliseconds