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

  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/shell/
ShellInterpreter.java 59 public boolean isUninstallable() {
  /packages/apps/Launcher3/src/com/android/launcher3/
UninstallDropTarget.java 107 final boolean isUninstallable;
112 isUninstallable = false;
120 isUninstallable = true;
123 sendUninstallResult(launcher, isUninstallable, cn, info.user, callback);
125 return isUninstallable;
  /external/sl4a/Common/src/com/googlecode/android_scripting/interpreter/
Interpreter.java 179 public boolean isUninstallable() {

Completed in 810 milliseconds