Home
last modified time | relevance | path

Searched refs:FactoryImpl (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java50 class FactoryImpl extends Factory { class
74 private FactoryImpl() { in FactoryImpl() method in FactoryImpl
83 final FactoryImpl factory = new FactoryImpl(); in register()
127 mApplication.initializeAsync(FactoryImpl.this); in onRequiredPermissionsAcquired()
DBugleApplication.java81 FactoryImpl.register(getApplicationContext(), this); in onCreate()