OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onRebind
(Results
1 - 5
of
5
) sorted by null
/cts/apps/CtsVerifier/src/com/android/cts/verifier/vr/
MockVrListenerService.java
43
ONREBIND
,
83
public void
onRebind
(Intent intent) {
84
Log.i(TAG, "
onRebind
called");
86
sEventQueue.put(Event.build(this, EventType.
ONREBIND
, intent));
90
super.
onRebind
(intent);
/cts/tests/tests/os/src/android/os/cts/
LocalService.java
98
public void
onRebind
(Intent intent) {
/cts/tests/app/app/src/android/app/stubs/
LocalService.java
139
public void
onRebind
(Intent intent) {
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/android/controller/
IntentServiceControllerTest.java
88
assertThat(transcript).containsAllOf("finishedOnRebind", "
onRebind
");
153
public void
onRebind
(Intent intent) {
155
transcribeWhilePaused("
onRebind
");
ServiceControllerTest.java
89
assertThat(transcript).containsAllOf("finishedOnRebind", "
onRebind
");
146
public void
onRebind
(Intent intent) {
148
transcribeWhilePaused("
onRebind
");
Completed in 95 milliseconds