Searched defs:suspendedPackage (Results 1 – 4 of 4) sorted by relevance
62 private Intent getMoreDetailsActivity(String suspendingPackage, String suspendedPackage, in getMoreDetailsActivity()149 final String suspendedPackage = intent.getStringExtra(EXTRA_SUSPENDED_PACKAGE); in onCreate() local185 public static Intent createSuspendedAppInterceptIntent(String suspendedPackage, in createSuspendedAppInterceptIntent()
34 final String suspendedPackage = getIntent().getStringExtra(Intent.EXTRA_PACKAGE_NAME); in onStart() local
247 final String suspendedPackage = mAInfo.applicationInfo.packageName; in interceptSuspendedPackageIfNeeded() local
356 public abstract String getSuspendingPackage(String suspendedPackage, int userId); in getSuspendingPackage()367 public abstract SuspendDialogInfo getSuspendedDialogInfo(String suspendedPackage, int userId); in getSuspendedDialogInfo()