OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:onNewIntent
(Results
1 - 25
of
35
) sorted by null
1
2
/cts/tests/src/android/app/cts/
ClearTop.java
38
public void
onNewIntent
(Intent intent) {
InstrumentationTestActivity.java
97
protected void
onNewIntent
(Intent intent) {
98
super.
onNewIntent
(intent);
/frameworks/base/core/tests/coretests/src/android/app/activity/
ClearTop.java
40
public void
onNewIntent
(Intent intent) {
/development/samples/ApiDemos/src/com/example/android/apis/app/
SearchQueryResults.java
71
public void
onNewIntent
(final Intent newIntent) {
72
super.
onNewIntent
(newIntent);
78
doSearchQuery(queryIntent, "
onNewIntent
()");
81
mDeliveredByText.setText("
onNewIntent
(), but no ACTION_SEARCH intent");
/packages/apps/Calendar/src/com/android/calendar/
WeekActivity.java
60
protected void
onNewIntent
(Intent intent) {
AgendaActivity.java
125
protected void
onNewIntent
(Intent intent) {
CalendarActivity.java
128
protected void
onNewIntent
(Intent intent) {
MonthActivity.java
266
protected void
onNewIntent
(Intent intent) {
/packages/apps/Contacts/src/com/android/contacts/ui/
QuickContactActivity.java
48
this.
onNewIntent
(getIntent());
52
public void
onNewIntent
(Intent intent) {
53
super.
onNewIntent
(intent);
54
if (LOGV) Log.d(TAG, "
onNewIntent
");
/development/samples/Wiktionary/src/com/example/android/wiktionary/
LookupActivity.java
110
onNewIntent
(getIntent());
219
public void
onNewIntent
(Intent intent) {
/frameworks/base/core/java/android/preference/
PreferenceActivity.java
290
protected void
onNewIntent
(Intent intent) {
/packages/apps/AlarmClock/src/com/android/alarmclock/
AlarmAlertFullScreen.java
217
protected void
onNewIntent
(Intent intent) {
218
super.
onNewIntent
(intent);
220
if (Log.LOGV) Log.v("AlarmAlert.
OnNewIntent
()");
/packages/apps/DeskClock/src/com/android/deskclock/
AlarmAlertFullScreen.java
221
protected void
onNewIntent
(Intent intent) {
222
super.
onNewIntent
(intent);
224
if (Log.LOGV) Log.v("AlarmAlert.
OnNewIntent
()");
DeskClock.java
572
public void
onNewIntent
(Intent newIntent) {
573
super.
onNewIntent
(newIntent);
574
if (DEBUG) Log.d(LOG_TAG, "
onNewIntent
with intent: " + newIntent);
[
all
...]
/packages/apps/Stk/src/com/android/stk/
StkMenuActivity.java
95
protected void
onNewIntent
(Intent intent) {
96
super.
onNewIntent
(intent);
98
StkLog.d(this, "
onNewIntent
");
/packages/apps/Contacts/src/com/android/contacts/
DialtactsActivity.java
262
public void
onNewIntent
(Intent newIntent) {
307
* @param intent The intent received in {@link #
onNewIntent
(Intent)}
337
* @param intent The intent received in {@link #
onNewIntent
(Intent)}
TwelveKeyDialer.java
365
protected void
onNewIntent
(Intent newIntent) {
481
// have a window token yet in onCreate /
onNewIntent
[
all
...]
/packages/apps/Mms/src/com/android/mms/ui/
ManageSimMessages.java
100
protected void
onNewIntent
(Intent intent) {
ConversationList.java
210
protected void
onNewIntent
(Intent intent) {
231
//
onNewIntent
(), and when we delete threads or delete all in CMA or this activity.
/development/samples/Home/src/com/example/android/home/
Home.java
148
protected void
onNewIntent
(Intent intent) {
149
super.
onNewIntent
(intent);
/packages/apps/Gallery3D/src/com/cooliris/media/
Gallery.java
151
protected void
onNewIntent
(Intent intent) {
/packages/apps/IM/src/com/android/im/app/
NewChatActivity.java
110
protected void
onNewIntent
(Intent intent) {
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
TestShellActivity.java
150
protected void
onNewIntent
(Intent intent) {
151
super.
onNewIntent
(intent);
/packages/apps/Music/src/com/android/music/
MediaPlaybackActivity.java
510
public void
onNewIntent
(Intent intent) {
[
all
...]
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SearchActivity.java
78
// Measures time from for last onCreate()/
onNewIntent
() call.
80
// Whether QSB is starting. True between the calls to onCreate()/
onNewIntent
() and onResume().
188
protected void
onNewIntent
(Intent intent) {
Completed in 1152 milliseconds
1
2