Searched refs:mChannelId (Results 1 – 2 of 2) sorted by relevance
36 private final StringQueryHelper<E> mChannelId; field in NotificationQueryHelper40 mChannelId = new StringQueryHelper<>(mQuery); in NotificationQueryHelper()45 mChannelId = new StringQueryHelper<>(query); in NotificationQueryHelper()50 return mChannelId; in channelId()56 if (!mChannelId.matches(value.getChannelId())) { in matches()71 mChannelId.describeQuery(fieldName + ".channelId") in describeQuery()
354 private String mChannelId; field in NotificationListenerVerifierActivity.ReceiveChannelBlockNoticeTest367 mChannelId = UUID.randomUUID().toString(); in setUp()369 mChannelId, "ReceiveChannelBlockNoticeTest", IMPORTANCE_LOW); in setUp()383 NotificationChannel channel = mNm.getNotificationChannel(mChannelId); in test()388 if (prefs.contains(mChannelId) && prefs.getBoolean(mChannelId, false)) { in test()408 mNm.deleteNotificationChannel(mChannelId); in tearDown()412 editor.remove(mChannelId); in tearDown()419 .putExtra(EXTRA_CHANNEL_ID, mChannelId); in getIntent()