HomeSort by relevance Sort by last modified time
    Searched refs:getInstance (Results 326 - 350 of 5845) sorted by null

<<11121314151617181920>>

  /hardware/qcom/display/msm8994/libqdutils/
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
  /hardware/qcom/display/msm8996/libqdutils/
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
  /hardware/qcom/display/msm8998/libqdutils/
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
  /hardware/qcom/display/sdm845/libqdutils/
profiler.h 42 #define CALC_FPS() qdutils::CalcFps::getInstance().Fps()
43 #define CALC_INIT() qdutils::CalcFps::getInstance().Init()
  /libcore/benchmarks/src/benchmarks/regression/
KeyPairGeneratorBenchmark.java 52 this.generator = KeyPairGenerator.getInstance(generatorAlgorithm, provider);
53 this.random = SecureRandom.getInstance("SHA1PRNG");
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
ParseExceptionTest.java 32 DateFormat df = DateFormat.getInstance();
45 DateFormat df = DateFormat.getInstance();
  /libcore/luni/src/test/java/libcore/java/security/
OldAlgorithmParameterGeneratorTest.java 31 .getInstance("DSA");
49 .getInstance("DSA");
OldDHTest.java 33 gen = KeyPairGenerator.getInstance("DH");
38 AlgorithmParameterGenerator algorithmparametergenerator = AlgorithmParameterGenerator.getInstance("DH");
  /libcore/luni/src/test/java/libcore/net/event/
NetworkEventDispatcherTest.java 27 assertSame(NetworkEventDispatcher.getInstance(), NetworkEventDispatcher.getInstance());
  /libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/
CipherInputStreamTest.java 53 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
60 Cipher.getInstance("DES/CBC/PKCS5Padding")).close();
KeyGeneratorTest.java 100 kg[0] = KeyGenerator.getInstance(defaultAlgorithm);
101 kg[1] = KeyGenerator.getInstance(defaultAlgorithm, defaultProvider);
102 kg[2] = KeyGenerator.getInstance(defaultAlgorithm, defaultProviderName);
153 * Test for <code> getInstance(String algorithm) </code> method Assertions:
159 KeyGenerator.getInstance(null);
166 KeyGenerator.getInstance(invalidValues[i]);
174 * Test for <code> getInstance(String algorithm) </code> method
184 keyG = KeyGenerator.getInstance(validValues[i]);
190 * Test for <code> getInstance(String algorithm, String provider)</code> method
203 KeyGenerator.getInstance(null, defaultProviderName)
    [all...]
  /libcore/support/src/test/java/tests/security/
AlgorithmParameterKeyAgreementHelper.java 37 KeyPairGenerator generator = KeyPairGenerator.getInstance(algorithmName);
41 KeyAgreement keyAgreement = KeyAgreement.getInstance(algorithmName);
  /packages/apps/Dialer/java/com/android/incallui/
AudioRouteSelectorActivity.java 34 AudioRouteSelectorDialogFragment.newInstance(AudioModeProvider.getInstance().getAudioState())
40 TelecomAdapter.getInstance().setAudioRoute(audioRoute);
ConferenceManagerPresenter.java 40 InCallPresenter.getInstance().addListener(this);
41 InCallPresenter.getInstance().addIncomingCallListener(this);
48 InCallPresenter.getInstance().removeListener(this);
49 InCallPresenter.getInstance().removeIncomingCallListener(this);
63 InCallPresenter.getInstance().showConferenceCallManager(false);
66 InCallPresenter.getInstance().showConferenceCallManager(false);
86 InCallPresenter.getInstance().showConferenceCallManager(false);
95 InCallPresenter.getInstance().showConferenceCallManager(false);
CallButtonPresenter.java 74 AudioModeProvider.getInstance().addListener(this);
77 final InCallPresenter inCallPresenter = InCallPresenter.getInstance();
85 onStateChange(InCallState.NO_CALLS, inCallPresenter.getInCallState(), CallList.getInstance());
93 InCallPresenter.getInstance().removeListener(this);
94 AudioModeProvider.getInstance().removeListener(this);
95 InCallPresenter.getInstance().removeIncomingCallListener(this);
96 InCallPresenter.getInstance().removeDetailsListener(this);
97 InCallPresenter.getInstance().getInCallCameraManager().removeCameraSelectionListener(this);
98 InCallPresenter.getInstance().removeCanAddCallListener(this);
147 onStateChange(oldState, newState, CallList.getInstance());
    [all...]
  /packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
UserDictionaryToolsListEN.java 35 if (OpenWnnEN.getInstance() == null) {
57 return OpenWnnEN.getInstance().onEvent(ev);
  /packages/services/Telephony/src/com/android/services/telephony/
TelephonyGlobals.java 54 public static synchronized TelephonyGlobals getInstance(Context context) {
68 TelecomAccountRegistry.getInstance(mContext).setupOnBoot();
  /platform_testing/libraries/system-helpers/package-helper/src/android/system/helpers/
PackageHelper.java 37 cmdHelper = CommandsHelper.getInstance(instrumentation);
41 public static PackageHelper getInstance(Instrumentation instrumentation) {
  /platform_testing/tests/jank/touch_latency_wear/src/com/android/wearable/touch/janktests/
BouncingBallJankTest.java 34 mDevice = UiDevice.getInstance(getInstrumentation());
35 mTouchLatencyHelper = TouchLatencyHelper.getInstance(mDevice, getInstrumentation());
  /test/vts/harnesses/tradefed/src/com/android/compatibility/common/tradefed/build/
VtsCompatibilityInvocationHelper.java 37 TestSuiteInfo.getInstance().getName()), rootDirPath);
41 TestSuiteInfo.getInstance().getName()));
  /cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/config/
ConfigurationFactoryTest.java 34 mConfigFactory = (ConfigurationFactory) ConfigurationFactory.getInstance();
  /development/samples/training/multiscreen/newsreader/src/com/example/android/newsreader/
NewsSource.java 35 public static NewsSource getInstance() {
  /device/google/contexthub/lefty/
Lefty.cpp 27 Lefty::Lefty() : mHubConnection(HubConnection::getInstance()) {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/complex/
ComplexField.java 46 public static ComplexField getInstance() {
  /external/apache-commons-math/src/main/java/org/apache/commons/math/fraction/
BigFractionField.java 46 public static BigFractionField getInstance() {

Completed in 2504 milliseconds

<<11121314151617181920>>