HomeSort by relevance Sort by last modified time
    Searched refs:Factory (Results 476 - 500 of 985) sorted by null

<<11121314151617181920>>

  /packages/apps/Messaging/src/com/android/messaging/util/
PhoneUtils.java 37 import com.android.messaging.Factory;
82 mContext = Factory.get().getApplicationContext();
415 mSubscriptionManager = SubscriptionManager.from(Factory.get().getApplicationContext());
641 return Factory.get().getPhoneUtils(ParticipantData.DEFAULT_SELF_SUB_ID);
652 return Factory.get().getPhoneUtils(subId);
    [all...]
  /external/jmdns/src/javax/jmdns/impl/
JmDNSImpl.java     [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MessageNotificationState.java 40 import com.android.messaging.Factory;
347 Factory.get().getApplicationContext(),
369 mTitle = Factory.get().getApplicationContext().getResources().getQuantityString(
399 final Context context = Factory.get().getApplicationContext();
474 final Context context = Factory.get().getApplicationContext();
625 final Context context = Factory.get().getApplicationContext();
664 final Context context = Factory.get().getApplicationContext();
    [all...]
  /cts/tests/tests/view/src/android/view/inputmethod/cts/
BaseInputConnectionTest.java 134 Editable inputText = Editable.Factory.getInstance().newEditable(str);
190 Editable inputText = Editable.Factory.getInstance().newEditable(str);
277 final Editable editable = Editable.Factory.getInstance().newEditable(source);
  /external/dagger2/compiler/src/main/java/dagger/internal/codegen/
FactoryGenerator.java 26 import dagger.internal.Factory;
67 * Generates {@link Factory} implementations from {@link ProvisionBinding} instances for
153 ParameterizedTypeName.create(ClassName.fromClass(Factory.class), providedTypeName));
183 // If constructing a factory for @Inject or @Provides bindings, we use a static create method
185 // of the factory. (Otherwise they may have visibility problems referring to the types.)
191 TypeName returnType = ParameterizedTypeName.create(ClassName.fromClass(Factory.class),
209 createMethodWriter.body().addSnippet("return (Factory) INSTANCE;");
MonitoringModuleGenerator.java 47 Set.class, ClassName.fromClass(ProductionComponentMonitor.Factory.class));
  /external/jetty/src/java/org/eclipse/jetty/security/
SecurityHandler.java 71 private Authenticator.Factory _authenticatorFactory=new DefaultAuthenticatorFactory();
149 public Authenticator.Factory getAuthenticatorFactory()
159 public void setAuthenticatorFactory(Authenticator.Factory authenticatorFactory)
  /external/v8/src/wasm/
wasm-js.cc 10 #include "src/factory.h"
169 i::Factory* factory = isolate->factory(); local
172 i::Handle<i::Script> script = factory->NewScript(Utils::OpenHandle(*source));
202 i::Factory* factory = isolate->factory(); local
205 i::Handle<i::Script> script = factory->NewScript(Utils::OpenHandle(*source));
292 return isolate->factory()->NewStringFromAsciiChecked(str)
314 Factory* factory = isolate->factory(); local
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/action/
ProcessPendingMessagesAction.java 28 import com.android.messaging.Factory;
198 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
203 final BuglePrefs prefs = Factory.get().getApplicationPrefs();
SendMessageAction.java 28 import com.android.messaging.Factory;
209 final Context context = Factory.get().getApplicationContext();
312 final Context context = Factory.get().getApplicationContext();
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
VCardResourceEntry.java 28 import com.android.messaging.Factory;
77 Factory.get().getApplicationContext().getContentResolver().delete(
167 final Resources resources = Factory.get().getApplicationContext().getResources();
  /packages/apps/Messaging/src/com/android/messaging/ui/conversation/
MessageDetailsDialog.java 26 import com.android.messaging.Factory;
104 final Resources res = Factory.get().getApplicationContext().getResources();
157 final Resources res = Factory.get().getApplicationContext().getResources();
  /cts/tests/tests/text/src/android/text/method/cts/
EditorState.java 175 mText = Editable.Factory.getInstance().newEditable(spannable);
  /external/deqp/framework/egl/
egluUtil.cpp 440 template<typename Factory>
441 static const Factory& selectFactory (const tcu::FactoryRegistry<Factory>& registry, const char* objectTypeName, const char* cmdLineArg)
445 const Factory* factory = registry.getFactoryByName(cmdLineArg); local
447 if (factory)
448 return *factory;
462 TCU_THROW(NotSupportedError, (string("No factory supporting EGL '") + objectTypeName + "' type").c_str());
470 const NativeWindowFactory& selectNativeWindowFactory (const NativeDisplayFactory& factory, const tcu::CommandLine& cmdLine)
472 return selectFactory(factory.getNativeWindowRegistry(), "window", cmdLine.getEGLWindowType())
    [all...]
  /external/emma/core/java12/com/vladium/emma/filter/
IInclExclFilter.java 36 abstract class Factory
  /external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java 79 toolProperties = IProperties.Factory.combine (m_propertyOverrides, appProperties);
149 m_coverageFilter = IInclExclFilter.Factory.create (specs);
329 = IInclExclFilter.Factory.create (toolProperties.getProperty (InstrClassLoader.PROPERTY_FORCED_DELEGATION_FILTER),
332 = IInclExclFilter.Factory.create (toolProperties.getProperty (InstrClassLoader.PROPERTY_THROUGH_DELEGATION_FILTER),
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
NameUnicodeTransliterator.java 30 Transliterator.registerFactory(_ID, new Transliterator.Factory() {
  /external/icu/icu4c/source/i18n/
transreg.h 209 * Register an ID and a factory function pointer. This adds an
214 Transliterator::Factory factory,
  /external/icu/icu4j/main/classes/translit/src/com/ibm/icu/text/
NameUnicodeTransliterator.java 29 Transliterator.registerFactory(_ID, new Transliterator.Factory() {
  /external/libgdx/gdx/src/com/badlogic/gdx/assets/loaders/
TextureLoader.java 69 info.data = TextureData.Factory.loadFromFile(file, format, genMipMaps);
  /external/libgdx/gdx/src/com/badlogic/gdx/graphics/
TextureArray.java 53 this(TextureArrayData.Factory.loadFromFiles(format, useMipMaps, files));
  /external/llvm/include/llvm/ADT/
ImmutableList.h 60 /// of a group of lists. When the factory object is reclaimed, all lists
61 /// created by that factory are released as well.
66 typedef ImmutableListFactory<T> Factory;
  /external/messageformat/java/com/ibm/icu/simple/
PluralRulesLoader.java 23 public class PluralRulesLoader extends PluralRules.Factory {
  /external/skia/gm/
filterindiabox.cpp 106 codec = SkImageDecoder::Factory(&stream);
  /external/skia/include/views/animated/
SkWidgetViews.h 304 static SkListSource* Factory(const char name[]);

Completed in 487 milliseconds

<<11121314151617181920>>