OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isHybridNotificationEnabled
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/packages/SystemUI/src/com/android/systemui/power/
EnhancedEstimates.java
8
boolean
isHybridNotificationEnabled
();
EnhancedEstimatesImpl.java
8
public boolean
isHybridNotificationEnabled
() {
PowerUI.java
270
final boolean hybridEnabled = mEnhancedEstimates.
isHybridNotificationEnabled
();
316
if (mEnhancedEstimates.
isHybridNotificationEnabled
()) {
330
final boolean hybridWouldDismiss = mEnhancedEstimates.
isHybridNotificationEnabled
()
335
|| (standardWouldDismiss && (!mEnhancedEstimates.
isHybridNotificationEnabled
()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/power/
PowerUITest.java
159
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
176
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
193
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
209
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
225
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
241
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
256
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
271
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
287
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true);
303
when(mEnhancedEstimates.
isHybridNotificationEnabled
()).thenReturn(true)
[
all
...]
Completed in 70 milliseconds