Home
last modified time | relevance | path

Searched refs:isProcess (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DRunningState.java323 public BaseItem(boolean isProcess, int userId) { in BaseItem() argument
324 mIsProcess = isProcess; in BaseItem()