Searched refs:mShellCallback (Results 1 – 5 of 5) 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() 106 return mShellCallback.asBinder(); in getShellCallbackBinder() 111 mShellCallback = IShellCallback.Stub.asInterface(in.readStrongBinder()); in ShellCallback() 112 if (mShellCallback != null) { in ShellCallback() [all …]
|
D | ShellCommand.java | 31 private ShellCallback mShellCallback; field in ShellCommand 36 mShellCallback = callback; in exec() 104 return mShellCallback; in getShellCallback()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | LockSettingsShellCommandTest.java | 87 private final ShellCallback mShellCallback = new ShellCallback(); field in LockSettingsShellCommandTest 110 mShellCallback, mResultReceiver)); in testWrongPassword() 127 mShellCallback, mResultReceiver)); in testChangePin() 147 mShellCallback, mResultReceiver)); in testChangePin_nonCompliant() 156 mShellCallback, mResultReceiver)); in testChangePin_noLockScreen() 174 mShellCallback, mResultReceiver)); in testChangePassword() 194 mShellCallback, mResultReceiver)); in testChangePassword_nonCompliant() 203 mShellCallback, mResultReceiver)); in testChangePassword_noLockScreen() 220 mShellCallback, mResultReceiver)); in testChangePattern() 239 mShellCallback, mResultReceiver)); in testChangePattern_nonCompliant() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/ |
D | UserManagerServiceShellCommandTest.java | 69 private final ShellCallback mShellCallback = new ShellCallback(); field in UserManagerServiceShellCommandTest 107 new String[]{"get-main-user"}, mShellCallback, mResultReceiver)); in testMainUser() 119 new String[]{"get-main-user"}, mShellCallback, mResultReceiver)); in testMainUserNull() 131 mShellCallback, mResultReceiver)); in testCanSwitchToHeadlessSystemUser() 144 new String[]{"is-main-user-permanent-admin"}, mShellCallback, mResultReceiver)); in testIsMainUserPermanentAdmin()
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 37897 Landroid/os/ShellCallback;->mShellCallback:Lcom/android/internal/os/IShellCallback; 37935 Landroid/os/ShellCommand;->mShellCallback:Landroid/os/ShellCallback;
|