OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BugleCarrierConfigValuesLoader
(Results
1 - 5
of
5
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/
Factory.java
26
import com.android.messaging.sms.
BugleCarrierConfigValuesLoader
;
70
public abstract
BugleCarrierConfigValuesLoader
getCarrierConfigValuesLoader();
FactoryImpl.java
32
import com.android.messaging.sms.
BugleCarrierConfigValuesLoader
;
65
private
BugleCarrierConfigValuesLoader
mCarrierConfigValuesLoader;
102
factory.mCarrierConfigValuesLoader = new
BugleCarrierConfigValuesLoader
(applicationContext);
242
public
BugleCarrierConfigValuesLoader
getCarrierConfigValuesLoader() {
/packages/apps/Messaging/tests/src/com/android/messaging/
FakeFactory.java
32
import com.android.messaging.sms.
BugleCarrierConfigValuesLoader
;
63
private
BugleCarrierConfigValuesLoader
mCarrierConfigValuesLoader;
222
public
BugleCarrierConfigValuesLoader
getCarrierConfigValuesLoader() {
284
final
BugleCarrierConfigValuesLoader
carrierConfigValuesLoader) {
/packages/apps/Messaging/src/com/android/messaging/sms/
BugleCarrierConfigValuesLoader.java
38
public class
BugleCarrierConfigValuesLoader
implements CarrierConfigValuesLoader {
51
public
BugleCarrierConfigValuesLoader
(final Context context) {
MmsConfig.java
39
* This is now a wrapper around the
BugleCarrierConfigValuesLoader
, which does
147
final
BugleCarrierConfigValuesLoader
loader = Factory.get().getCarrierConfigValuesLoader();
307
BugleCarrierConfigValuesLoader
.update(mValues, type, key, value);
Completed in 150 milliseconds