OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getBugleGservices
(Results
1 - 6
of
6
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/util/
BugleGservices.java
31
return Factory.get().
getBugleGservices
();
/packages/apps/Messaging/src/com/android/messaging/
Factory.java
59
public abstract BugleGservices
getBugleGservices
();
BugleApplication.java
104
final BugleGservices bugleGservices = factory.
getBugleGservices
();
FactoryImpl.java
144
public BugleGservices
getBugleGservices
() {
/packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java
172
public BugleGservices
getBugleGservices
() {
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DatabaseWrapper.java
84
mExplainQueryPlanRegexp = Factory.get().
getBugleGservices
().getString(
Completed in 90 milliseconds