Searched defs:mPkg (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/services/tests/notification/src/com/android/server/notification/
H A DImportanceExtractorTest.java48 private String mPkg = "com.android.server.notification"; field in class:ImportanceExtractorTest
70 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, mId, mTag, mUid,
H A DBadgeExtractorTest.java49 private String mPkg = "com.android.server.notification"; field in class:BadgeExtractorTest
64 when(mConfig.getNotificationChannel(mPkg, mUid, "a", false)).thenReturn(channel);
73 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, mId, mTag, mUid,
89 when(mConfig.canShowBadge(mPkg, mUid)).thenReturn(true);
103 when(mConfig.canShowBadge(mPkg, mUid)).thenReturn(false);
117 when(mConfig.canShowBadge(mPkg, mUid)).thenReturn(true);
131 when(mConfig.canShowBadge(mPkg, mUid)).thenReturn(false);
145 when(mConfig.canShowBadge(mPkg, mUid)).thenReturn(true);
H A DBuzzBeepBlinkTest.java96 private String mPkg = "com.android.server.notification"; field in class:BuzzBeepBlinkTest
306 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, id, mTag, mUid,
862 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, 0, mTag, mUid,
904 StatusBarNotification sbn = new StatusBarNotification(mPkg, mPkg, 0, mTag, mUid,
/frameworks/base/services/core/java/com/android/server/wm/
H A DSplashScreenStartingData.java28 private final String mPkg; field in class:SplashScreenStartingData
42 mPkg = pkg;
55 return mService.mPolicy.addSplashScreen(atoken.token, mPkg, mTheme, mCompatInfo,
/frameworks/base/packages/SystemUI/src/com/android/systemui/tuner/
H A DShortcutParser.java45 private final String mPkg; field in class:ShortcutParser
69 mPkg = pkg;
78 mResources = mContext.getPackageManager().getResourcesForApplication(mPkg);
112 c.pkg = mPkg;
113 c.icon = Icon.createWithResource(mPkg, iconResId);
/frameworks/base/services/backup/java/com/android/server/backup/fullbackup/
H A DFullBackupEngine.java74 PackageInfo mPkg; field in class:FullBackupEngine
171 mPkg = pkg;
189 int result = mPreflightHook.preflightFullBackup(mPkg, mAgent);
195 Slog.w(TAG, "Unable to bind to full agent for " + mPkg.packageName);
208 ApplicationInfo app = mPkg.applicationInfo;
210 mPkg.packageName.equals(SHARED_BACKUP_AGENT_PACKAGE);
218 byte[] widgetBlob = AppWidgetBackupBridge.getWidgetState(mPkg.packageName,
221 FullBackupRunner runner = new FullBackupRunner(mPkg, mAgent, pipes[1],
232 Slog.e(TAG, "Full backup failed on package " + mPkg.packageName);
235 Slog.d(TAG, "Full package backup success: " + mPkg
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationInfo.java60 private String mPkg; field in class:NotificationInfo
111 mPkg = pkg;
118 mAppName = mPkg;
123 info = pm.getApplicationInfo(mPkg,
295 mPkg, mAppUid, mSingleNotificationChannel);
356 Intent settingsIntent = getAppSettingsIntent(mPm, mPkg, mSingleNotificationChannel,
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java3791 PackageInfo mPkg; field in class:BackupManagerService.FullBackupEngine
3872 mPkg = pkg;
3890 int result = mPreflightHook.preflightFullBackup(mPkg, mAgent);
3896 Slog.w(TAG, "Unable to bind to full agent for " + mPkg.packageName);
3909 ApplicationInfo app = mPkg.applicationInfo;
3911 mPkg.packageName.equals(SHARED_BACKUP_AGENT_PACKAGE);
3919 byte[] widgetBlob = AppWidgetBackupBridge.getWidgetState(mPkg.packageName,
3922 FullBackupRunner runner = new FullBackupRunner(mPkg, mAgent, pipes[1],
3933 Slog.e(TAG, "Full backup failed on package " + mPkg.packageName);
3936 Slog.d(TAG, "Full package backup success: " + mPkg
[all...]
/frameworks/base/core/java/com/android/internal/os/
H A DBatteryStatsImpl.java8231 protected Pkg mPkg; field in class:BatteryStatsImpl.Uid.Pkg.Serv

Completed in 295 milliseconds