HomeSort by relevance Sort by last modified time
    Searched full:packagename (Results 476 - 500 of 2090) sorted by null

<<11121314151617181920>>

  /frameworks/base/core/java/android/app/
ITaskStackListener.aidl 42 void onActivityForcedResizable(String packageName, int taskId);
  /frameworks/base/core/java/android/content/pm/
ComponentInfo.java 99 label = pm.getText(packageName, labelRes, ai);
108 label = pm.getText(packageName, ai.labelRes, ai);
158 return new ComponentName(packageName, name);
163 if (processName != null && !packageName.equals(processName)) {
IPackageInstaller.aidl 47 void uninstall(String packageName, String callerPackageName, int flags,
  /frameworks/base/core/java/android/provider/
SearchIndexableData.java 88 public String packageName;
93 * @see SearchIndexableData#packageName
164 sb.append("packageName: ");
165 sb.append(packageName);
  /frameworks/base/core/java/android/webkit/
WebViewDelegate.java 151 * Returns the package id of the given {@code packageName}.
153 public int getPackageId(Resources resources, String packageName) {
159 if (packageName.equals(name)) {
163 throw new RuntimeException("Package not found: " + packageName);
  /frameworks/base/core/tests/coretests/src/android/content/pm/
PackageManagerTests.java 410 String pkgName = pkg.packageName;
413 assertEquals(pkgName, info.packageName);
635 assertEquals(pi.packageName, pkg);
714 ApplicationInfo appInfo = pm.getApplicationInfo(pkg.packageName,
716 GenericReceiver receiver = new DeleteReceiver(pkg.packageName);
717 invokeDeletePackage(pkg.packageName, 0, receiver);
725 assertNotInstalled(pkg.packageName);
728 InstallReceiver receiver = new InstallReceiver(pkg.packageName);
    [all...]
  /frameworks/base/media/java/android/media/
IMediaRouterService.aidl 26 void registerClientAsUser(IMediaRouterClient client, String packageName, int userId);
  /frameworks/base/media/java/android/media/session/
ISessionManager.aidl 31 ISession createSession(String packageName, in ISessionCallback cb, String tag, int userId);
  /frameworks/base/packages/PrintRecommendationService/src/com/android/printservice/recommendation/
RecommendationServiceImpl.java 53 config.name, config.packageName, config.mDNSNames), this, false));
56 config.packageName, e);
135 recommendations.add(new RecommendationInfo(plugin.packageName,
140 Log.e(LOG_TAG, "Could not read state of plugin for " + plugin.packageName, e);
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/net/
UidDetailProvider.java 164 final String packageName = packageNames[i];
165 final PackageInfo packageInfo = pm.getPackageInfo(packageName, 0);
166 final ApplicationInfo appInfo = ipm.getApplicationInfo(packageName,
174 detail.label = pm.getText(packageName, packageInfo.sharedUserLabel,
  /frameworks/base/services/core/java/com/android/server/pm/
CrossProfileIntentResolver.java 35 protected boolean isPackageForFilter(String packageName, CrossProfileIntentFilter filter) {
  /frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
Owners.java 164 po.put(mProfileOwners.keyAt(i), mProfileOwners.valueAt(i).packageName);
167 mDeviceOwnerUserId, (mDeviceOwner != null ? mDeviceOwner.packageName : null),
173 return mDeviceOwner != null ? mDeviceOwner.packageName : null;
290 return profileOwner != null ? profileOwner.packageName : null;
406 String packageName = parser.getAttributeValue(null, ATTR_PACKAGE);
407 mDeviceOwner = new OwnerInfo(name, packageName,
690 public final String packageName;
696 public OwnerInfo(String name, String packageName, boolean userRestrictionsMigrated,
699 this.packageName = packageName;
    [all...]
  /frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DpmTestBase.java 70 protected void markPackageAsInstalled(String packageName, ApplicationInfo ai, int userId)
82 eq(packageName),
129 ai.packageName = admin.getPackageName();
154 aci.packageName = admin.getPackageName();
  /frameworks/base/tests/UsageStatsTest/src/com/android/tests/usagestats/
UsageLogActivity.java 133 holder.packageName = (TextView) convertView.findViewById(android.R.id.text1);
141 if (holder.packageName != null) {
142 holder.packageName.setText(event.getPackageName());
177 public TextView packageName;
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 36 // packageName: the package of the output Java file.
44 const char *packageName;
57 // Eg, given prefixPath=./foo/bar and packageName=com.x.y, then it returns
60 const char *packageName);
  /frameworks/native/libs/gui/
ISensorServer.cpp 86 virtual sp<ISensorEventConnection> createSensorEventConnection(const String8& packageName,
91 data.writeString8(packageName);
131 String8 packageName = data.readString8();
134 sp<ISensorEventConnection> connection(createSensorEventConnection(packageName, mode,
  /frameworks/native/services/powermanager/
IPowerManager.cpp 39 const String16& packageName, bool isOneWay)
47 data.writeString16(packageName);
55 const String16& packageName, int uid, bool isOneWay)
63 data.writeString16(packageName);
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/util/
Partner.java 125 sPartner = new Partner(appInfo.packageName, res);
128 Log.w(TAG, "Failed to find resources for " + appInfo.packageName);
146 private Partner(String packageName, Resources res) {
147 mPackageName = packageName;
  /packages/apps/ContactsCommon/TestCommon/src/com/android/contacts/common/test/mocks/
ContactsMockPackageManager.java 41 public Drawable getDrawable(String packageName, int resid, ApplicationInfo appInfo) {
  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DirectoryListLoader.java 171 String packageName = cursor.getString(DirectoryQuery.PACKAGE_NAME);
173 if (!TextUtils.isEmpty(packageName) && typeResourceId != 0) {
175 directoryType = pm.getResourcesForApplication(packageName)
178 Log.e(TAG, "Cannot obtain directory type from package: " + packageName);
  /packages/apps/Dialer/tests/src/com/android/dialer/voicemail/
VoicemailActivityInstrumentationTestCase2.java 159 String packageName = getInstrumentation().getTargetContext().getPackageName();
161 VoicemailContract.Voicemails.buildSourceUri(packageName), values);
176 String packageName = getInstrumentation().getTargetContext().getPackageName();
178 VoicemailContract.Voicemails.buildSourceUri(packageName), values);
  /packages/apps/Launcher3/src/com/android/launcher3/
AutoInstallsLayout.java 124 private static final String ATTR_PACKAGE_NAME = "packageName";
333 * App shortcuts: required attributes packageName and className
339 final String packageName = getAttributeValue(parser, ATTR_PACKAGE_NAME);
342 if (!TextUtils.isEmpty(packageName) && !TextUtils.isEmpty(className)) {
347 cn = new ComponentName(packageName, className);
351 new String[] { packageName });
364 Log.e(TAG, "Unable to add favorite: " + packageName + "/" + className, e);
382 * AutoInstall: required attributes packageName and className
388 final String packageName = getAttributeValue(parser, ATTR_PACKAGE_NAME);
390 if (TextUtils.isEmpty(packageName) || TextUtils.isEmpty(className))
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/utils/
Utils.java 81 public static boolean shouldShowPermission(AppPermissionGroup group, String packageName) {
85 group.getName(), packageName)) {
126 launcherPkgs.add(info.activityInfo.packageName);
146 && !launcherPkgs.contains(info.packageName);
  /packages/apps/Settings/src/com/android/settings/applications/
AppLaunchSettings.java 99 private boolean isBrowserApp(String packageName) {
100 sBrowserIntent.setPackage(packageName);
184 private CharSequence[] getEntries(String packageName, List<IntentFilterVerificationInfo> iviList,
186 ArraySet<String> result = Utils.getHandledDomains(mPm, packageName);
  /packages/apps/Settings/src/com/android/settings/datausage/
DataSaverBackend.java 84 public void setIsWhitelisted(int uid, String packageName, boolean whitelisted) {
96 MetricsLogger.action(mContext, MetricsEvent.ACTION_DATA_SAVER_WHITELIST, packageName);
134 public void setIsBlacklisted(int uid, String packageName, boolean blacklisted) {
138 MetricsLogger.action(mContext, MetricsEvent.ACTION_DATA_SAVER_BLACKLIST, packageName);

Completed in 1487 milliseconds

<<11121314151617181920>>