Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DPackageManagerShellCommandDataLoader.java365 final WeakReference<ShellCommand> shellCommandRef; in lookupShellCommand() local
367 shellCommandRef = sShellCommands.get(commandId, null); in lookupShellCommand()
370 shellCommandRef != null ? shellCommandRef.get() : null; in lookupShellCommand()