OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:serviceBinder
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/security/src/android/security/cts/
ServicePermissionsTest.java
85
IBinder
serviceBinder
= null;
87
serviceBinder
= (IBinder) Class.forName("android.os.ServiceManager")
96
if (
serviceBinder
== null) {
104
serviceBinder
.dump(out.getFD(), new String[0]);
/cts/tests/app/src/android/app/cts/android/app/cts/tools/
ServiceProcessController.java
190
IBinder
serviceBinder
= mConnections[i].getServiceIBinder();
193
serviceBinder
.transact(IBinder.FIRST_CALL_TRANSACTION, mData, null, 0);
Completed in 332 milliseconds