Searched refs:imp (Results 1 – 5 of 5) sorted by relevance
248 int imp = mActivityManager.getUidImportance(mUid); in onImportanceChanged() local249 if (imp > IMPORTANCE_CACHED) { in onImportanceChanged()256 onImportanceChanged(mUid, imp); in onImportanceChanged()
123 fileAst.imports.find { imp -> in getFullClassName() method124 imp.nameAsString.endsWith(".$className") in getFullClassName()
758 void increment(int imp) { in increment() argument759 imp = Math.max(0, Math.min(imp, mCount.length - 1)); in increment()760 mCount[imp]++; in increment()
2755 final IPackageManager imp = AppGlobals.getPackageManager(); in updateOppLauncherComponentState() local2756 imp.setComponentEnabledSetting(oppLauncherComponent, newState, in updateOppLauncherComponentState()
3726 int imp = ActivityManager.RunningAppProcessInfo.procStateToImportanceForTargetSdk( in procStateToImportance() local3728 if (imp == ActivityManager.RunningAppProcessInfo.IMPORTANCE_BACKGROUND) { in procStateToImportance()3733 return imp; in procStateToImportance()