OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:appId
(Results
1 - 2
of
2
) sorted by null
/packages/providers/UserDictionaryProvider/src/com/android/providers/userdictionary/
DictionaryBackupAgent.java
163
int
appId
= cursor.getInt(COLUMN_APPID);
164
String out = name + "|" + frequency + "|" + locale + "|" +
appId
;
216
String
appid
= null;
local
219
if (st.hasMoreTokens())
appid
= st.nextToken();
221
int appidInt =
appid
!= null? Integer.parseInt(
appid
) : 0;
/packages/apps/Browser/src/com/android/browser/
BrowserActivity.java
461
final String
appId
= intent
464
// If a voice search has no
appId
, it means that it came
466
|| (activateVoiceSearch &&
appId
!= null))
467
&& !getPackageName().equals(
appId
)
469
Tab appTab = mTabControl.getTabFromId(
appId
);
471
Log.i(LOGTAG, "Reusing tab for " +
appId
);
512
openTabAndShow(urlData, true,
appId
);
[
all
...]
Completed in 56 milliseconds