Searched refs:mIsAmbient (Results 1 – 2 of 2) sorted by relevance
1495 private boolean mIsAmbient; field in NotificationListenerService.Ranking1530 out.writeBoolean(mIsAmbient); in writeToParcel()1562 mIsAmbient = in.readBoolean(); in Ranking()1605 return mIsAmbient; in isAmbient()1785 mIsAmbient = importance < NotificationManager.IMPORTANCE_LOW; in populate()
68147 Landroid/service/notification/NotificationListenerService$Ranking;->mIsAmbient:Z