Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/src/com/android/documentsui/inspector/actions/
DAction.java35 public static final String APP_NOT_CHOSEN = "android"; field in Action
64 if (packageName == null || APP_NOT_CHOSEN.equals(packageName)) { in getAppIcon()
86 if (APP_NOT_CHOSEN.equals(packageName)) { in getAppName()
87 return APP_NOT_CHOSEN; in getAppName()