| /packages/providers/ContactsProvider/src/com/android/providers/contacts/ |
| D | VoicemailPermissions.java | 82 public boolean packageHasOwnVoicemailAccess(String packageName) { in packageHasOwnVoicemailAccess() 88 public boolean packageHasReadAccess(String packageName) { in packageHasReadAccess() 93 public boolean packageHasWriteAccess(String packageName) { in packageHasWriteAccess() 98 private boolean packageHasPermission(String packageName, String permission) { in packageHasPermission()
|
| /packages/apps/Launcher3/src/com/android/launcher3/compat/ |
| D | PackageInstallerCompat.java | 57 public abstract void recordPackageUpdate(String packageName, int state, int progress); in recordPackageUpdate() 60 public final String packageName; field in PackageInstallerCompat.PackageInstallInfo 65 public PackageInstallInfo(String packageName) { in PackageInstallInfo() 69 public PackageInstallInfo(String packageName, int state, int progress) { in PackageInstallInfo()
|
| D | LauncherAppsCompat.java | 40 void onPackageRemoved(String packageName, UserHandleCompat user); in onPackageRemoved() 41 void onPackageAdded(String packageName, UserHandleCompat user); in onPackageAdded() 42 void onPackageChanged(String packageName, UserHandleCompat user); in onPackageChanged() 66 public abstract List<LauncherActivityInfoCompat> getActivityList(String packageName, in getActivityList() 75 public abstract boolean isPackageEnabledForProfile(String packageName, UserHandleCompat user); in isPackageEnabledForProfile() 79 public boolean isAppEnabled(PackageManager pm, String packageName, int flags) { in isAppEnabled()
|
| D | LauncherAppsCompatVL.java | 47 public List<LauncherActivityInfoCompat> getActivityList(String packageName, in getActivityList() 99 public boolean isPackageEnabledForProfile(String packageName, UserHandleCompat user) { in isPackageEnabledForProfile() 114 public void onPackageRemoved(String packageName, UserHandle user) { in onPackageRemoved() 118 public void onPackageAdded(String packageName, UserHandle user) { in onPackageAdded() 122 public void onPackageChanged(String packageName, UserHandle user) { in onPackageChanged()
|
| D | LauncherAppsCompatV16.java | 56 public List<LauncherActivityInfoCompat> getActivityList(String packageName, in getActivityList() 89 String packageName = component.getPackageName(); in showAppDetailsForProfile() local 113 public boolean isPackageEnabledForProfile(String packageName, UserHandleCompat user) { in isPackageEnabledForProfile() 154 final String packageName = intent.getData().getSchemeSpecificPart(); in onReceive() local
|
| /packages/apps/Settings/src/com/android/settings/search/ |
| D | DynamicIndexableContentMonitor.java | 84 private static Intent getAccessibilityServiceIntent(String packageName) { in getAccessibilityServiceIntent() 90 private static Intent getPrintServiceIntent(String packageName) { in getPrintServiceIntent() 96 private static Intent getIMEServiceIntent(String packageName) { in getIMEServiceIntent() 187 public void onPackageAppeared(String packageName, int uid) { in onPackageAppeared() 193 public void onPackageDisappeared(String packageName, int uid) { in onPackageDisappeared() 199 public void onPackageModified(String packageName) { in onPackageModified() 228 private void postMessage(int what, String packageName) { in postMessage() 233 private void handlePackageAvailable(String packageName) { in handlePackageAvailable() 266 private void handlePackageUnavailable(String packageName) { in handlePackageUnavailable()
|
| /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/ |
| D | TargetPackageInfoGetterTask.java | 32 public static PackageInfo getCachedPackageInfo(final String packageName) { in getCachedPackageInfo() 37 public static void removeCachedPackageInfo(final String packageName) { in removeCachedPackageInfo() 51 protected PackageInfo doInBackground(final String... packageName) { in doInBackground()
|
| D | UncachedInputMethodManagerUtils.java | 41 final String packageName = context.getPackageName(); in isThisImeEnabled() local 75 public static InputMethodInfo getInputMethodInfoOf(final String packageName, in getInputMethodInfoOf()
|
| D | ApplicationUtils.java | 57 final String packageName = context.getPackageName(); in getVersionName() local 75 final String packageName = context.getPackageName(); in getVersionCode() local
|
| /packages/apps/Launcher2/src/com/android/launcher2/ |
| D | PackageChangedReceiver.java | 10 final String packageName = intent.getData().getSchemeSpecificPart(); in onReceive() local 17 WidgetPreviewLoader.removeFromDb(app.getWidgetPreviewCacheDb(), packageName); in onReceive() local
|
| D | UserInitializeReceiver.java | 42 final String packageName = resources.getResourcePackageName(R.array.wallpapers); in onReceive() local 60 private void addWallpapers(Resources resources, String packageName, int resid, in addWallpapers()
|
| D | AllAppsList.java | 87 public void addPackage(Context context, String packageName, UserHandle user) { in addPackage() 101 public void removePackage(String packageName, UserHandle user) { in removePackage() 118 public void updatePackage(Context context, String packageName, UserHandle user) { in updatePackage() 207 private ApplicationInfo findApplicationInfoLocked(String packageName, String className, in findApplicationInfoLocked()
|
| /packages/apps/Launcher3/src/com/android/launcher3/ |
| D | PackageChangedReceiver.java | 10 final String packageName = intent.getData().getSchemeSpecificPart(); in onReceive() local 19 WidgetPreviewLoader.removePackageFromDb(app.getWidgetPreviewCacheDb(), packageName); in onReceive() local
|
| D | AllAppsList.java | 95 public void addPackage(Context context, String packageName, UserHandleCompat user) { in addPackage() 108 public void removePackage(String packageName, UserHandleCompat user, boolean clearCache) { in removePackage() 126 public void updatePackage(Context context, String packageName, UserHandleCompat user) { in updatePackage() 193 static boolean packageHasActivities(Context context, String packageName, in packageHasActivities() 217 private AppInfo findApplicationInfoLocked(String packageName, UserHandleCompat user, in findApplicationInfoLocked()
|
| /packages/apps/Settings/src/com/android/settings/users/ |
| D | AppRestrictionsFragment.java | 140 String packageName; field in AppRestrictionsFragment.SelectableAppInfo 314 String packageName = intent.getData().getSchemeSpecificPart(); in onPackageChanged() local 351 String packageName = entry.getKey(); in applyUserAppsStates() local 357 private void applyUserAppState(String packageName, boolean enabled) { in applyUserAppState() 405 private void disableUiForPackage(String packageName) { in disableUiForPackage() 413 private boolean isSystemPackage(String packageName) { in isSystemPackage() 467 final String packageName = app.activityInfo.packageName; in addSystemApps() local 498 private ApplicationInfo getAppInfoForUser(String packageName, int flags, UserHandle user) { in getAppInfoForUser() 659 String packageName = app.packageName; in populateApps() local 732 private String getKeyForPackage(String packageName) { in getKeyForPackage() [all …]
|
| /packages/apps/TvSettings/Settings/src/com/android/tv/settings/users/ |
| D | UserAppRestrictionsDialogFragment.java | 212 String packageName = action.getIntent().getStringExtra(EXTRA_PACKAGE_NAME); in onActionClicked() local 302 private void setEnabled(String packageName, boolean enabled) { in setEnabled() 317 public void onPackageEnableChanged(String packageName, boolean enabled) { in onPackageEnableChanged() 333 static Action createAction(Context context, String packageName, String title, Uri iconUri, in createAction() 367 String packageName = entry.getKey(); in applyUserAppsStates() local 375 static boolean applyUserAppState(IPackageManager ipm, int userId, String packageName, in applyUserAppState() 419 private static void disableActionForPackage(ArrayList<Action> actions, String packageName) { in disableActionForPackage() 427 String packageName) { in findActionsWithPackageName()
|
| D | AppLoadingTask.java | 58 void onPackageEnableChanged(String packageName, boolean enabled); in onPackageEnableChanged() 119 String packageName = app.packageName; in populateApps() local 192 private void onPackageEnableChanged(String packageName, boolean enabled) { in onPackageEnableChanged() 197 private boolean resolveInfoListHasPackage(List<ResolveInfo> receivers, String packageName) { in resolveInfoListHasPackage() 311 private final String packageName; field in AppLoadingTask.SelectableAppInfo 388 private boolean isSystemPackage(String packageName) { in isSystemPackage() 419 final String packageName = app.activityInfo.packageName; in addSystemApps() local 463 private ApplicationInfo getAppInfoForUser(String packageName, int flags, int userId) { in getAppInfoForUser()
|
| /packages/services/Telecomm/src/com/android/server/telecom/ |
| D | PhoneAccountBroadcastReceiver.java | 53 String packageName = uri.getSchemeSpecificPart(); in onReceive() local 64 private void handlePackageRemoved(Context context, String packageName) { in handlePackageRemoved()
|
| /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/ |
| D | ContactsMockPackageManager.java | 49 public void addPackage(int packageUid, String packageName) { in addPackage() 69 public ApplicationInfo getApplicationInfo(String packageName, int flags) { in getApplicationInfo() 86 public PackageInfo getPackageInfo(String packageName, int flags) throws NameNotFoundException { in getPackageInfo()
|
| /packages/apps/Settings/src/com/android/settings/location/ |
| D | InjectedSetting.java | 38 public final String packageName; field in InjectedSetting 67 private InjectedSetting(String packageName, String className, in InjectedSetting() 80 public static InjectedSetting newInstance(String packageName, String className, in newInstance()
|
| /packages/apps/Settings/src/com/android/settings/ |
| D | UsageAccessSettings.java | 60 public PackageEntry(String packageName) { in PackageEntry() 65 final String packageName; field in UsageAccessSettings.PackageEntry 242 static boolean shouldIgnorePackage(String packageName) { in shouldIgnorePackage() 295 final String packageName = preference.getKey(); in onPreferenceChange() local 338 void allowAccess(String packageName) { in allowAccess() 365 public static WarningDialogFragment newInstance(String packageName) { in newInstance()
|
| D | SmsDefaultDialog.java | 45 String packageName = intent.getStringExtra(Intents.EXTRA_PACKAGE_NAME); in onCreate() local 65 private boolean buildDialog(String packageName) { in buildDialog()
|
| /packages/apps/ContactsCommon/tests/src/com/android/contacts/common/model/account/ |
| D | AccountTypeTest.java | 35 final String packageName = getTestContext().getPackageName(); in testGetResourceText() local 62 final String packageName = getTestContext().getPackageName(); in testGetInviteContactActionLabel() local
|
| /packages/apps/Settings/src/com/android/settings/nfc/ |
| D | PaymentSettings.java | 184 public void onPackageAdded(String packageName, int uid) { in onPackageAdded() 189 public void onPackageAppeared(String packageName, int reason) { in onPackageAppeared() 194 public void onPackageDisappeared(String packageName, int reason) { in onPackageDisappeared() 199 public void onPackageRemoved(String packageName, int uid) { in onPackageRemoved()
|
| /packages/apps/MusicFX/src/com/android/musicfx/ |
| D | ControlPanelEffect.java | 157 public static void initEffectsPreferences(final Context context, final String packageName, in initEffectsPreferences() 357 public static void setParameterBoolean(final Context context, final String packageName, in setParameterBoolean() 528 public static Boolean getParameterBoolean(final Context context, final String packageName, in getParameterBoolean() 555 public static void setParameterInt(final Context context, final String packageName, in setParameterInt() 776 public static void setParameterInt(final Context context, final String packageName, in setParameterInt() 791 public static int getParameterInt(final Context context, final String packageName, in getParameterInt() 816 public static int getParameterInt(final Context context, final String packageName, in getParameterInt() 833 public static int getParameterInt(final Context context, final String packageName, in getParameterInt() 851 public static int getParameterInt(final Context context, final String packageName, in getParameterInt() 867 public static int[] getParameterIntArray(final Context context, final String packageName, in getParameterIntArray() [all …]
|