HomeSort by relevance Sort by last modified time
    Searched defs:appInfo (Results 76 - 100 of 248) sorted by null

1 2 34 5 6 7 8 910

  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/appinfo/
AppActionButtonPreferenceControllerTest.java 17 package com.android.settings.applications.appinfo;
226 final ApplicationInfo appInfo = new ApplicationInfo();
227 appInfo.uid = 42;
228 appInfo.sourceDir = "source";
230 mContext, appInfo, 0);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/applications/assist/
DefaultAssistPreferenceControllerTest.java 101 DefaultAppInfo appInfo = mController.getDefaultAppInfo();
103 assertThat(appInfo.getKey()).isEqualTo(flattenKey);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/enterprise/
EnterpriseSetDefaultAppsPreferenceControllerTest.java 70 final ApplicationInfo appInfo = new ApplicationInfo();
71 appInfo.packageName = "app";
74 apps.add(new UserAppInfo(new UserInfo(i, "user." + i, UserInfo.FLAG_ADMIN), appInfo));
  /packages/apps/Settings/tests/robotests/src/com/android/settings/fuelgauge/
BatteryEntryTest.java 74 ApplicationInfo appInfo = mock(ApplicationInfo.class);
76 .thenReturn(appInfo);
77 when(mockPackageManager.getApplicationLabel(appInfo)).thenReturn(APP_LABEL);
  /packages/apps/Settings/tests/unit/src/com/android/settings/deviceinfo/storage/
StorageAsyncLoaderTest.java 199 ApplicationInfo appInfo = new ApplicationInfo();
200 appInfo.packageName = PACKAGE_NAME_1;
201 appInfo.category = ApplicationInfo.CATEGORY_VIDEO;
202 secondaryUserApps.add(appInfo);
  /packages/apps/TV/src/com/android/tv/menu/
AppLinkCardView.java 112 ApplicationInfo appInfo = mTvInputManagerHelper.getTvInputAppInfo(mChannel.getInputId());
134 if (appInfo != null) {
135 return mPackageManager.getApplicationLabel(appInfo);
160 } else if (appInfo.icon != 0) {
174 return mPackageManager.getApplicationIcon(appInfo);
209 if (appInfo != null) {
210 return mPackageManager.getApplicationLabel(appInfo);
257 setCardImageWithBanner(appInfo);
320 private void setCardImageWithBanner(ApplicationInfo appInfo) {
348 setCardImageWithApplicationInfoBanner(appInfo);
    [all...]
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/
DevicePrefFragment.java 218 DefaultAppInfo appInfo = AutofillHelper.getCurrentAutofill(getContext(), candidates);
219 if (appInfo != null) {
220 CharSequence autofillInfo = appInfo.loadLabel();
  /system/chre/host/hal_generic/
generic_context_hub.cc 422 HubAppInfo appInfo;
424 appInfo.appId = nanoapp->app_id;
425 appInfo.version = nanoapp->version;
426 appInfo.enabled = nanoapp->enabled;
428 appInfoList.push_back(appInfo);
  /packages/apps/Bluetooth/src/com/android/bluetooth/hdp/
HealthService.java 62 private Map<BluetoothHealthAppConfiguration, AppInfo> mApps;
88 new HashMap<BluetoothHealthAppConfiguration, AppInfo>());
117 Iterator<Map.Entry<BluetoothHealthAppConfiguration, AppInfo>> it =
120 Map.Entry<BluetoothHealthAppConfiguration, AppInfo> entry = it.next();
121 AppInfo appInfo = entry.getValue();
122 if (appInfo != null) {
123 appInfo.cleanup();
188 AppInfo appInfo = mApps.get(appConfig)
    [all...]
  /cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceProcessController.java 89 ApplicationInfo appInfo = mContext.getPackageManager().getApplicationInfo(
91 mUid = appInfo.uid;
93 mUidForegroundListener = new UidImportanceListener(mContext, appInfo.uid,
96 mUidGoneListener = new UidImportanceListener(mContext, appInfo.uid,
100 mUidWatcher = new WatchUidRunner(instrumentation, appInfo.uid, mDefaultWaitTime);
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkViews.java 173 ApplicationInfo appInfo = sPm.getApplicationInfo(packageName, 0,
175 klass = getIdClass(packageName, appInfo.sourceDir);
  /external/deqp/external/vulkancts/modules/vulkan/api/
vktApiDeviceInitializationTests.cpp 74 const VkApplicationInfo appInfo =
85 appInfos.push_back(appInfo);
91 const VkApplicationInfo appInfo =
102 appInfos.push_back(appInfo);
108 const VkApplicationInfo appInfo =
119 appInfos.push_back(appInfo);
125 const VkApplicationInfo appInfo =
136 appInfos.push_back(appInfo);
144 const VkApplicationInfo appInfo =
155 appInfos.push_back(appInfo);
    [all...]
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageHelperTests.java 235 ApplicationInfo appInfo = new ApplicationInfo();
236 appInfo.volumeUuid = sInternalVolUuid;
238 mockedInterface.setMockValues(appInfo, false /*force allow on external*/,
245 mockedInterface.setMockValues(appInfo, true /*force allow on external*/,
255 ApplicationInfo appInfo = new ApplicationInfo();
258 appInfo.volumeUuid = sAdoptedVolUuid;
259 mockedInterface.setMockValues(appInfo, false /*force allow on external*/,
265 mockedInterface.setMockValues(appInfo, true /*force allow on external*/,
271 mockedInterface.setMockValues(appInfo, false /*force allow on external*/,
277 mockedInterface.setMockValues(appInfo, true /*force allow on external*/
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
CastControllerImpl.java 211 final ApplicationInfo appInfo = pm.getApplicationInfo(packageName, 0);
212 if (appInfo != null) {
213 final CharSequence label = appInfo.loadLabel(pm);
  /frameworks/base/packages/SystemUI/tests/src/com/android/systemui/plugins/
PluginInstanceManagerTest.java 248 ApplicationInfo appInfo = getContext().getApplicationInfo();
250 appInfo);
  /frameworks/base/packages/WAPPushManager/src/com/android/smspush/
WapPushManager.java 227 ApplicationInfo appInfo = pm.getApplicationInfo(lastapp.packageName, 0);
228 if (appInfo.targetSdkVersion < Build.VERSION_CODES.O ||
  /frameworks/base/services/core/java/com/android/server/am/
ContentProviderRecord.java 39 final ApplicationInfo appInfo;
62 appInfo = ai;
72 appInfo = cpr.appInfo;
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
CarrierAppUtilsTest.java 108 ApplicationInfo appInfo = new ApplicationInfo();
110 PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo);
129 ApplicationInfo appInfo = new ApplicationInfo();
130 appInfo.packageName = CARRIER_APP;
131 appInfo.flags |= ApplicationInfo.FLAG_SYSTEM;
132 appInfo.enabledSetting = PackageManager.COMPONENT_ENABLED_STATE_DISABLED_USER;
134 PackageManager.MATCH_DISABLED_UNTIL_USED_COMPONENTS, USER_ID)).thenReturn(appInfo);
143 new String[] {appInfo.packageName}, USER_ID);
149 ApplicationInfo appInfo = new ApplicationInfo();
150 appInfo.packageName = CARRIER_APP
    [all...]
  /packages/apps/Nfc/src/com/android/nfc/cardemulation/
AppChooserActivity.java 254 DisplayAppInfo appInfo = mList.get(position);
256 holder.banner.setImageDrawable(appInfo.displayBanner);
260 holder.icon.setImageDrawable(appInfo.displayIcon);
261 holder.text.setText(appInfo.displayLabel);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
UninstallerActivity.java 78 public ApplicationInfo appInfo;
185 mDialogInfo.appInfo = pm.getApplicationInfo(mPackageName,
191 if (mDialogInfo.appInfo == null) {
290 CharSequence label = mDialogInfo.appInfo.loadSafeLabel(getPackageManager());
297 newIntent.putExtra(PackageUtil.INTENT_ATTR_APPLICATION_INFO, mDialogInfo.appInfo);
311 newIntent.putExtra(PackageUtil.INTENT_ATTR_APPLICATION_INFO, mDialogInfo.appInfo);
337 broadcastIntent.putExtra(PackageUtil.INTENT_ATTR_APPLICATION_INFO, mDialogInfo.appInfo);
362 new VersionedPackage(mDialogInfo.appInfo.packageName,
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
AllAppPermissionsFragment.java 127 ApplicationInfo appInfo = info.applicationInfo;
129 IconDrawableFactory.newInstance(getContext()).getBadgedIcon(appInfo);
130 final CharSequence label = appInfo.loadLabel(pm);
155 if (appInfo.isInstantApp()
160 if (appInfo.targetSdkVersion < Build.VERSION_CODES.M
  /packages/apps/Settings/src/com/android/settings/
UsageStatsActivity.java 127 ApplicationInfo appInfo = mPm.getApplicationInfo(pkgStats.getPackageName(), 0);
128 String label = appInfo.loadLabel(mPm).toString();
  /packages/apps/Settings/src/com/android/settings/accessibility/
ShortcutServicePickerFragment.java 243 final ApplicationInfo appInfo = pmw.getApplicationInfoAsUser(
245 return appInfo.loadLabel(pmw.getPackageManager());
  /packages/apps/Settings/src/com/android/settings/fuelgauge/
BatteryEntry.java 179 ApplicationInfo appInfo =
181 name = pm.getApplicationLabel(appInfo).toString();
  /packages/apps/Settings/src/com/android/settings/nfc/
PaymentBackend.java 93 PaymentAppInfo appInfo = new PaymentAppInfo();
94 appInfo.label = service.loadLabel(pm);
95 if (appInfo.label == null) {
96 appInfo.label = service.loadAppLabel(pm);
98 appInfo.isDefault = service.getComponent().equals(defaultAppName);
99 if (appInfo.isDefault) {
100 foundDefaultApp = appInfo;
102 appInfo.componentName = service.getComponent();
105 appInfo.settingsComponent = new ComponentName(appInfo.componentName.getPackageName()
    [all...]

Completed in 1635 milliseconds

1 2 34 5 6 7 8 910