Home
last modified time | relevance | path

Searched refs:NOTIF_ID (Results 1 – 1 of 1) sorted by relevance

/sdk/apps/SdkController/src/com/android/tools/sdkcontroller/service/
DControllerService.java73 private static int NOTIF_ID = 'S' << 24 + 'd' << 16 + 'k' << 8 + 'C' << 0; field in ControllerService
312 nm.notify(NOTIF_ID, n); in showNotification()
317 nm.cancel(NOTIF_ID); in removeNotification()