HomeSort by relevance Sort by last modified time
    Searched refs:newEnt (Results 1 - 3 of 3) sorted by null

  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/device/apps/
ForceStopManager.java 55 ApplicationsState.AppEntry newEnt = state.getEntry(mAppInfo.getPackageName(), userId);
56 if (newEnt != null) {
57 mAppInfo.setEntry(newEnt);
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3collections.c     [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
InstalledAppDetails.java 644 ApplicationsState.AppEntry newEnt = mState.getEntry(pkgName, userId);
645 if (newEnt != null) {
646 mAppEntry = newEnt;
    [all...]

Completed in 89 milliseconds