HomeSort by relevance Sort by last modified time
    Searched refs:mErrorMsg (Results 1 - 3 of 3) sorted by null

  /frameworks/base/libs/rs/
rsContext.h 217 const char *mErrorMsg;
rsContext.cpp 414 mErrorMsg = NULL;
796 return mErrorMsg;
804 mErrorMsg = msg;
  /packages/apps/VoiceDialer/src/com/android/voicedialer/
BluetoothVoiceDialerActivity.java 249 private int mErrorMsg;
251 mErrorMsg = errorMsg;
258 ((TextView)findViewById(R.id.substate)).setText(mErrorMsg);
    [all...]

Completed in 92 milliseconds