Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/
DDependency.java124 import dagger.Lazy;
201 @Inject Lazy<ActivityStarter> mActivityStarter;
202 @Inject Lazy<ActivityStarterDelegate> mActivityStarterDelegate;
203 @Inject Lazy<AsyncSensorManager> mAsyncSensorManager;
204 @Inject Lazy<BluetoothController> mBluetoothController;
205 @Inject Lazy<LocationController> mLocationController;
206 @Inject Lazy<RotationLockController> mRotationLockController;
207 @Inject Lazy<NetworkController> mNetworkController;
208 @Inject Lazy<ZenModeController> mZenModeController;
209 @Inject Lazy<HotspotController> mHotspotController;
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/
DNotificationAlertingManager.java40 import dagger.Lazy;
51 private final Lazy<ShadeController> mShadeController;
63 Lazy<ShadeController> shadeController, in NotificationAlertingManager()
/frameworks/compile/mclinker/include/mcld/MC/
DZOption.h38 Lazy, enumerator
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DNotificationMediaManager.java77 import dagger.Lazy;
98 private Lazy<ShadeController> mShadeController;
100 private Lazy<StatusBarWindowController> mStatusBarWindowController;
173 Lazy<ShadeController> shadeController, in NotificationMediaManager()
174 Lazy<StatusBarWindowController> statusBarWindowController, in NotificationMediaManager()
DNotificationViewHierarchyManager.java52 import dagger.Lazy;
79 private final Lazy<ShadeController> mShadeController;
107 Lazy<ShadeController> shadeController, in NotificationViewHierarchyManager()
DNotificationRemoteInputManager.java74 import dagger.Lazy;
119 private final Lazy<ShadeController> mShadeController;
261 Lazy<ShadeController> shadeController, in NotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/
DNotificationRemoteInputManagerTest.java41 import dagger.Lazy;
204 Lazy<ShadeController> shadeController, in TestableNotificationRemoteInputManager()
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/statusbar/notification/
DDynamicPrivacyControllerTest.java40 import dagger.Lazy;
/frameworks/compile/mclinker/lib/Core/
DGeneralOptions.cpp129 case ZOption::Lazy: in addZOption()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/csharp/src/Google.Protobuf/Reflection/
DDescriptor.cs3778 public bool Lazy { property in Google.Protobuf.Reflection.FieldOptions
3845 if (Lazy != other.Lazy) return false; in Equals()
3858 if (Lazy != false) hash ^= Lazy.GetHashCode(); in GetHashCode()
3884 if (Lazy != false) { in WriteTo()
3886 output.WriteBool(Lazy); in WriteTo()
3911 if (Lazy != false) { in CalculateSize()
3938 if (other.Lazy != false) { in MergeFrom()
3939 Lazy = other.Lazy; in MergeFrom()
3971 Lazy = input.ReadBool(); in MergeFrom()
/frameworks/compile/libbcc/
DREADME.rst77 * Currently we disable Lazy JITting.
/frameworks/base/packages/SystemUI/docs/
Ddagger.md130 @Inject Lazy<SomethingController> mSomethingController;
/frameworks/native/cmds/lshal/
Dtest.cpp808 TEST_F(ListVintfTest, Lazy) { in TEST_F() argument
/frameworks/compile/mclinker/tools/mcld/
DMain.cpp436 .Case("lazy", mcld::ZOption(mcld::ZOption::Lazy)) in TranslateArguments()
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/protos/src/proto/google/protobuf/
Ddescriptor.proto362 // Should this field be parsed lazily? Lazy applies only to message-type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/java/compatibility_tests/v2.5.0/more_protos/src/proto/google/protobuf/
Ddescriptor.proto362 // Should this field be parsed lazily? Lazy applies only to message-type
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Ddescriptor.proto496 // Should this field be parsed lazily? Lazy applies only to message-type