Searched refs:InstallCarrierAppUtils (Results 1 – 8 of 8) sorted by relevance
36 InstallCarrierAppUtils.getAppNameFromPackageName(appNameKey, mapString); in testParseAppNameMapFromString_emptyMap()51 InstallCarrierAppUtils.getAppNameFromPackageName(appName1Key, mapString); in testParseAppNameMapFromString_completeMap()53 InstallCarrierAppUtils.getAppNameFromPackageName(appName2Key, mapString); in testParseAppNameMapFromString_completeMap()67 InstallCarrierAppUtils.getAppNameFromPackageName(appNameCaseTestKey, mapString); in testParseAppNameMapFromString_packageCaseMismatch()80 InstallCarrierAppUtils.getAppNameFromPackageName(missingAppNameKey, mapString); in testParseAppNameMapFromString_packageNotFound()
40 InstallCarrierAppUtils.hideNotification(context, intentPackageName); in onReceive()42 if (!InstallCarrierAppUtils.isPackageInstallNotificationActive(context)) { in onReceive()43 InstallCarrierAppUtils.unregisterPackageInstallReceiver(context); in onReceive()
80 InstallCarrierAppUtils.showNotificationIfNotInstalledDelayed( in onCreate()92 String appName = InstallCarrierAppUtils.getAppNameFromPackageName(this, mPackageName); in onCreate()110 startActivity(InstallCarrierAppUtils.getPlayStoreIntent(mPackageName)); in onActivityResult()
42 InstallCarrierAppUtils.showNotification(context, pkgName); in onReceive()43 InstallCarrierAppUtils.registerPackageInstallReceiver(context); in onReceive()
314 InstallCarrierAppUtils.hideAllNotifications(mContext); in dispose()315 InstallCarrierAppUtils.unregisterPackageInstallReceiver(mContext); in dispose()1272 InstallCarrierAppUtils.hideAllNotifications(mContext); in onCarrierPrivilegesLoadedMessage()1273 InstallCarrierAppUtils.unregisterPackageInstallReceiver(mContext); in onCarrierPrivilegesLoadedMessage()1316 InstallCarrierAppUtils.showNotification(mContext, pkgName); in showCarrierAppNotificationsIfPossible()1317 InstallCarrierAppUtils.registerPackageInstallReceiver(mContext); in showCarrierAppNotificationsIfPossible()
47 public class InstallCarrierAppUtils { class
5091 com.android.internal.telephony.uicc.InstallCarrierAppUtils
23856 HSPLcom/android/internal/telephony/uicc/InstallCarrierAppUtils;->hideAllNotifications(Landroid/cont…38038 Lcom/android/internal/telephony/uicc/InstallCarrierAppUtils;