Searched defs:mAppInfo (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/services/java/com/android/server/am/
H A DCompatModeDialog.java33 final ApplicationInfo mAppInfo; field in class:CompatModeDialog
48 mAppInfo = appInfo;
57 mAppInfo.packageName,
70 mAppInfo.packageName, mAlwaysShow.isChecked());
82 int mode = mService.mCompatModePackages.computeCompatModeLocked(mAppInfo);
85 mAppInfo.packageName);
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DSMSDispatcher.java1059 tracker.mAppInfo.packageName);
1134 CharSequence appLabel = getAppLabel(tracker.mAppInfo.packageName);
1170 CharSequence appLabel = getAppLabel(tracker.mAppInfo.packageName);
1320 public final PackageInfo mAppInfo; field in class:SMSDispatcher.SmsTracker
1329 mAppInfo = appInfo;
1379 mTracker.mAppInfo.signatures[0].toCharsString());
1388 mTracker.mAppInfo.signatures[0].toCharsString());
1394 setPremiumSmsPermission(mTracker.mAppInfo.packageName, newSmsPermission);

Completed in 652 milliseconds