Searched refs:mShellCallback (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/os/ |
D | ShellCallback.java | 35 IShellCallback mShellCallback; field in ShellCallback 64 + " mShellCallback=" + mShellCallback); in openFile() 70 if (mShellCallback != null) { in openFile() 72 return mShellCallback.openFile(path, seLinuxContext, mode); in openFile() 98 if (mShellCallback == null) { in writeToParcel() 99 mShellCallback = new MyShellCallback(); in writeToParcel() 101 out.writeStrongBinder(mShellCallback.asBinder()); in writeToParcel() 107 mShellCallback = IShellCallback.Stub.asInterface(in.readStrongBinder()); in ShellCallback() 108 if (mShellCallback != null) { in ShellCallback() 109 Binder.allowBlocking(mShellCallback.asBinder()); in ShellCallback()
|
D | ShellCommand.java | 45 private ShellCallback mShellCallback; field in ShellCommand 67 mShellCallback = callback; in init() 336 return mShellCallback; in getShellCallback()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsShellCommandTest.java | 73 private final ShellCallback mShellCallback = new ShellCallback(); field in LockSettingsShellCommandTest 93 mShellCallback, mResultReceiver)); in testWrongPassword() 105 mShellCallback, mResultReceiver)); in testChangePin() 115 mShellCallback, mResultReceiver)); in testChangePin_noLockScreen() 127 mShellCallback, mResultReceiver)); in testChangePassword() 137 mShellCallback, mResultReceiver)); in testChangePassword_noLockScreen() 149 mShellCallback, mResultReceiver)); in testChangePattern() 159 mShellCallback, mResultReceiver)); in testChangePattern_noLockScreen() 171 mShellCallback, mResultReceiver)); in testClear()
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 56210 Landroid/os/ShellCallback;->mShellCallback:Lcom/android/internal/os/IShellCallback; 56249 Landroid/os/ShellCommand;->mShellCallback:Landroid/os/ShellCallback;
|