OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notification_title
(Results
1 - 25
of
111
) sorted by null
1
2
3
4
5
/external/sl4a/ScriptingLayerForAndroid/res/layout/
notification.xml
12
android:id="@+id/
notification_title
"
/developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/res/values/
strings.xml
22
<string name="
notification_title
">DelayedConfirmation</string>
/developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/res/values/
strings.xml
26
<string name="
notification_title
"> Skeleton App Notification </string>
/developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/res/values/
strings.xml
22
<string name="
notification_title
">DelayedConfirmation</string>
/developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/res/values/
strings.xml
26
<string name="
notification_title
"> Skeleton App Notification </string>
/development/samples/KeyChainDemo/res/values/
strings.xml
30
<string name="
notification_title
">KeyChainDemo SSL Server</string>
/development/samples/browseable/DelayedConfirmation/Wearable/res/values/
strings.xml
22
<string name="
notification_title
">DelayedConfirmation</string>
/development/samples/browseable/SkeletonWearableApp/res/values/
strings.xml
26
<string name="
notification_title
"> Skeleton App Notification </string>
/frameworks/base/packages/SystemUI/res/layout/
hybrid_notification.xml
25
android:id="@+id/
notification_title
"
/developers/build/prebuilts/gradle/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java
74
.setContentTitle(getString(R.string.
notification_title
))
75
.setContentText(getString(R.string.
notification_title
))
/developers/samples/android/wearable/wear/SkeletonWearableApp/Wearable/src/main/java/com/example/android/google/wearable/app/
MainActivity.java
74
.setContentTitle(getString(R.string.
notification_title
))
75
.setContentText(getString(R.string.
notification_title
))
/development/samples/browseable/SkeletonWearableApp/src/com.example.android.google.wearable.app/
MainActivity.java
74
.setContentTitle(getString(R.string.
notification_title
))
75
.setContentText(getString(R.string.
notification_title
))
/development/samples/HoneycombGallery/res/layout/
notification.xml
31
<TextView android:id="@+id/
notification_title
"
/frameworks/base/packages/EasterEgg/res/values/
strings.xml
22
<string name="
notification_title
" translatable="false">A cat is here.</string>
/development/samples/KeyChainDemo/src/com/example/android/keychain/
SecureWebServerService.java
79
setContentTitle(getText(R.string.
notification_title
)).
/developers/build/prebuilts/gradle/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java
103
.setContentTitle(getString(R.string.
notification_title
))
117
.setContentTitle(getString(R.string.
notification_title
))
/developers/samples/android/wearable/wear/DelayedConfirmation/Wearable/src/main/java/com/example/android/wearable/delayedconfirmation/
MainActivity.java
103
.setContentTitle(getString(R.string.
notification_title
))
117
.setContentTitle(getString(R.string.
notification_title
))
/development/samples/browseable/DelayedConfirmation/Wearable/src/com.example.android.wearable.delayedconfirmation/
MainActivity.java
103
.setContentTitle(getString(R.string.
notification_title
))
117
.setContentTitle(getString(R.string.
notification_title
))
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
HybridNotificationView.java
74
mTitleView = (TextView) findViewById(R.id.
notification_title
);
/frameworks/native/cmds/dumpstate/
DumpstateService.cpp
100
dprintf(fd, "notification title: %s\n", ds_.
notification_title
.c_str());
dumpstate.h
340
std::string
notification_title
;
member in class:Dumpstate
dumpstate.cpp
[
all
...]
/platform_testing/tests/functional/notificationtests/src/com/android/notification/functional/
NotificationBundlingTests.java
77
Until.findObject(By.res("com.android.systemui", "
notification_title
")),
/development/samples/HoneycombGallery/src/com/example/android/hcgallery/
MainActivity.java
273
layout.setTextViewText(R.id.
notification_title
, getString(R.string.app_name));
/frameworks/base/packages/EasterEgg/src/com/android/egg/neko/
Cat.java
217
.setContentTitle(context.getString(R.string.
notification_title
))
Completed in 2358 milliseconds
1
2
3
4
5