Searched refs:mShellCallback (Results 1 – 3 of 3) sorted by relevance
35 IShellCallback mShellCallback; field in ShellCallback59 + " 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()
43 private ShellCallback mShellCallback; field in ShellCommand65 mShellCallback = callback; in init()285 return mShellCallback; in getShellCallback()
74 private final ShellCallback mShellCallback = new ShellCallback(); field in LockSettingsShellCommandTest93 mShellCallback, mResultReceiver)); in testWrongPassword()104 mShellCallback, mResultReceiver)); in testChangePin()116 mShellCallback, mResultReceiver)); in testChangePassword()128 mShellCallback, mResultReceiver)); in testChangePattern()139 mShellCallback, mResultReceiver)); in testClear()