Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DShellCallback.java35 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 …]
DShellCommand.java31 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/
DLockSettingsShellCommandTest.java87 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/
DUserManagerServiceShellCommandTest.java69 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/
Dhiddenapi-max-target-o.txt37897 Landroid/os/ShellCallback;->mShellCallback:Lcom/android/internal/os/IShellCallback;
37935 Landroid/os/ShellCommand;->mShellCallback:Landroid/os/ShellCallback;