Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DShellCallback.java35 IShellCallback mShellCallback; field in ShellCallback
59 + " mShellCallback=" + mShellCallback); in openOutputFile()
65 if (mShellCallback != null) { in openOutputFile()
67 return mShellCallback.openOutputFile(path, seLinuxContext); in openOutputFile()
93 if (mShellCallback == null) { in writeToParcel()
94 mShellCallback = new MyShellCallback(); in writeToParcel()
96 out.writeStrongBinder(mShellCallback.asBinder()); in writeToParcel()
102 mShellCallback = IShellCallback.Stub.asInterface(in.readStrongBinder()); in ShellCallback()
DShellCommand.java43 private ShellCallback mShellCallback; field in ShellCommand
65 mShellCallback = callback; in init()
285 return mShellCallback; in getShellCallback()
/frameworks/base/services/tests/servicestests/src/com/android/server/
DLockSettingsShellCommandTest.java74 private final ShellCallback mShellCallback = new ShellCallback(); field in LockSettingsShellCommandTest
93 mShellCallback, mResultReceiver)); in testWrongPassword()
104 mShellCallback, mResultReceiver)); in testChangePin()
116 mShellCallback, mResultReceiver)); in testChangePassword()
128 mShellCallback, mResultReceiver)); in testChangePattern()
139 mShellCallback, mResultReceiver)); in testClear()