OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RES_ID
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Stk/src/com/android/stk/
ToneDialog.java
134
args.putInt(StkAppService.
RES_ID
, resId);
StkDialogActivity.java
156
args.putInt(StkAppService.
RES_ID
, resId);
StkAppService.java
92
static final String
RES_ID
= "response id";
496
switch(args.getInt(
RES_ID
)) {
831
args.putInt(
RES_ID
, RES_ID_CHOICE);
843
args.putInt(
RES_ID
, RES_ID_CHOICE);
[
all
...]
StkMenuActivity.java
327
args.putInt(StkAppService.
RES_ID
, resId);
StkInputActivity.java
190
args.putInt(StkAppService.
RES_ID
, resId);
Completed in 168 milliseconds