Searched refs:micSupportString (Results 1 – 2 of 2) sorted by relevance
88 String micSupportString = audioManager.getProperty( in onCreate() local92 Log.d(TAG, "PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND = " + micSupportString); in onCreate()95 if (micSupportString == null) { in onCreate()96 micSupportString = "null"; in onCreate()101 if (micSupportString.equalsIgnoreCase(getResources().getString( in onCreate()
103 String micSupportString = audioManager.getProperty( in onCreate() local107 Log.d(TAG, "PROPERTY_SUPPORT_MIC_NEAR_ULTRASOUND = " + micSupportString); in onCreate()110 if (micSupportString == null) { in onCreate()111 micSupportString = "null"; in onCreate()116 if (micSupportString.equalsIgnoreCase(getResources().getString( in onCreate()