OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotificationIdFactory
(Results
1 - 5
of
5
) sorted by null
/external/sl4a/Utils/src/com/googlecode/android_scripting/
NotificationIdFactory.java
27
public final class
NotificationIdFactory
{
34
private
NotificationIdFactory
() {
Log.java
80
notificationManager.notify(
NotificationIdFactory
.create(), note);
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/service/
TriggerService.java
33
import com.googlecode.android_scripting.
NotificationIdFactory
;
60
private static final int NOTIFICATION_ID =
NotificationIdFactory
.create();
ScriptingLayerService.java
35
import com.googlecode.android_scripting.
NotificationIdFactory
;
59
private static final int NOTIFICATION_ID =
NotificationIdFactory
.create();
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
AndroidFacade.java
51
import com.googlecode.android_scripting.
NotificationIdFactory
;
871
final int notificationId =
NotificationIdFactory
.create();
[
all
...]
Completed in 368 milliseconds