Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DPackageManagerShellCommandDataLoader.java308 final WeakReference<ShellCommand> shellCommandRef; in lookupShellCommand() local
310 shellCommandRef = sShellCommands.get(commandId, null); in lookupShellCommand()
313 shellCommandRef != null ? shellCommandRef.get() : null; in lookupShellCommand()