Searched refs:userNotice (Results 1 – 2 of 2) sorted by relevance
97 IBinder userNotice; in stopService() local99 userNotice = mIUserNoticeService; in stopService()102 if (userNotice != null) { in stopService()103 sendOnLoggedToCarService(userNotice); in stopService()108 private void sendOnLoggedToCarService(IBinder userNotice) { in sendOnLoggedToCarService() argument112 userNotice.transact(IUSER_NOTICE_TR_ON_LOGGED, data, null, 0); in sendOnLoggedToCarService()
127 IBinder userNotice; in stopDialog() local130 userNotice = mIUserNoticeService; in stopDialog()135 if (userNotice != null) { in stopDialog()136 sendOnDialogDismissedToCarService(userNotice); in stopDialog()144 private void sendOnDialogDismissedToCarService(IBinder userNotice) { in sendOnDialogDismissedToCarService() argument148 userNotice.transact(IUSER_NOTICE_TR_ON_DIALOG_DISMISSED, data, null, 0); in sendOnDialogDismissedToCarService()