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

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java1193 getOwner().forceStopPackage(getOwner().mAppEntry.info.packageName);
1268 private void forceStopPackage(String pkgName) { method in class:InstalledAppDetails
1271 am.forceStopPackage(pkgName);
1417 //forceStopPackage(mAppInfo.packageName);

Completed in 52 milliseconds