Searched refs:id (Results 1 – 9 of 9) sorted by relevance
45 String id = getLauncherName(); in open() local47 mLauncherStrategy.launch(id, pkg); in open()
34 mSurfaceView = (SurfaceView)findViewById(R.id.surface_view); in onCreate()
166 public void sendNotification(int id, int visibility, String title) throws Exception { in sendNotification() argument177 mNotificationManager.notify(id, notification); in sendNotification()229 public boolean checkNotificationExistence(int id, boolean exists) throws Exception { in checkNotificationExistence() argument235 if (sbn.getId() == id) { in checkNotificationExistence()249 public StatusBarNotification getStatusBarNotification(int id) { in getStatusBarNotification() argument253 if (sbn.getId() == id) { in getStatusBarNotification()
44 final Button buttonGetPermission = (Button) findViewById(R.id.buttonGetPermission); in onCreate()
161 public boolean isDownloadCompleted(long id) in isDownloadCompleted() argument167 if (mCompleteIds.contains(id)) { in isDownloadCompleted()
252 private boolean checkNotificationExistence(int id) throws Exception { in checkNotificationExistence() argument258 if (sbn.getId() == id) { in checkNotificationExistence()
1141 String id = getLauncherName(); in openWithShutterTimeString() local1145 launchStart = mLauncherStrategy.launch(id, pkg); in openWithShutterTimeString()
641 public int onStartCommand(Intent intent, int flags, int id) { in onStartCommand() argument