OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:notificationshowcase
(Results
1 - 12
of
12
) sorted by null
/frameworks/base/tests/notification/res/values/
strings.xml
4
<string name="app_name">
NotificationShowcase
</string>
/packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
NotificationShowcaseActivity.java
4
package com.android.example.
notificationshowcase
;
18
private static final String TAG = "
NotificationShowcase
";
57
Uri.parse("package:com.android.example.
notificationshowcase
")));
FullScreenActivity.java
17
package com.android.example.
notificationshowcase
;
33
private static final String TAG = "
NotificationShowcase
";
SettingsActivity.java
17
package com.android.example.
notificationshowcase
;
ToastService.java
17
package com.android.example.
notificationshowcase
;
PhoneService.java
17
package com.android.example.
notificationshowcase
;
ProgressService.java
17
package com.android.example.
notificationshowcase
;
UpdateService.java
17
package com.android.example.
notificationshowcase
;
NotificationService.java
17
package com.android.example.
notificationshowcase
;
45
import com.android.example.
notificationshowcase
.R;
/packages/experimental/NotificationShowcase/
Android.mk
33
LOCAL_PACKAGE_NAME :=
NotificationShowcase
AndroidManifest.xml
3
package="com.android.example.
notificationshowcase
"
/packages/experimental/NotificationShowcase/res/values/
strings.xml
4
<string name="app_name">
NotificationShowcase
</string>
Completed in 129 milliseconds