OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setPendingActivityInstance
(Results
1 - 3
of
3
) sorted by null
/packages/apps/Stk/src/com/android/stk/
StkInputActivity.java
90
appService.getStkContext(mSlotId).
setPendingActivityInstance
(mInstance);
127
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
174
appService.getStkContext(mSlotId).
setPendingActivityInstance
(null);
195
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
226
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
StkMenuActivity.java
88
appService.getStkContext(mSlotId).
setPendingActivityInstance
(mInstance);
134
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
158
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
257
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
263
appService.getStkContext(mSlotId).
setPendingActivityInstance
(this);
StkAppService.java
129
final synchronized void
setPendingActivityInstance
(Activity act) {
130
CatLog.d(this, "
setPendingActivityInstance
act : " + mSlotId + ", " + act);
[
all
...]
Completed in 53 milliseconds