MCPcopy Create free account

hub / github.com/brandall76/Saiy-PS / functions

Functions2,679 in github.com/brandall76/Saiy-PS

↓ 5 callersMethodgetParentActivity
Utility to return the parent activity neatly cast. No need for instanceOf as this fragment helper will never be attached to another activity. @return
app/src/main/java/ai/saiy/android/ui/fragment/helper/FragmentCustomisationHelper.java:234
↓ 5 callersMethodgetPingCheck
Get the user's preference for pinging the network prior to making a request. @param ctx the application context @return true if the network should be
app/src/main/java/ai/saiy/android/utils/SPH.java:1514
↓ 5 callersMethodgetPlaintext
()
app/src/main/java/ai/saiy/android/cognitive/knowledge/provider/wolframalpha/parse/SubPod.java:57
↓ 5 callersMethodgetRequestTime
Get the time the remote request was made @return the EPOCH time the request was made
app/src/main/java/ai/saiy/android/api/helper/BlackList.java:82
↓ 5 callersMethodgetRowId
()
app/src/main/java/ai/saiy/android/cache/speech/SpeechCacheResult.java:41
↓ 5 callersMethodgetSaiySoundPool
Get the initialised {@link SaiySoundPool} object @return the {@link SaiySoundPool}
app/src/main/java/ai/saiy/android/service/helper/SelfAwareConditions.java:2622
↓ 5 callersMethodgetSupportedLanguage
()
app/src/main/java/ai/saiy/android/nlu/NLUCoerce.java:644
↓ 5 callersMethodgetTTSLocale
Get the Text to Speech Locale @param ctx the application context @return the Text to Speech {@link Locale}
app/src/main/java/ai/saiy/android/command/helper/CommandRequest.java:80
↓ 5 callersMethodgetText
()
app/src/main/java/ai/saiy/android/command/translate/CommandTranslateValues.java:96
↓ 5 callersMethodgetType
()
app/src/main/java/ai/saiy/android/cognitive/motion/provider/google/Motion.java:42
↓ 5 callersMethodgetUtterance
Get the utterance to speak, either from the remote request or the {@link Bundle} of instructions @return the utterance to speak
app/src/main/java/ai/saiy/android/service/helper/SelfAwareConditions.java:2114
↓ 5 callersMethodgetVibrateCondition
Get the user's preferred vibration condition @param ctx the application context @return true if the user requires haptic feedback
app/src/main/java/ai/saiy/android/utils/SPH.java:1414
↓ 5 callersMethodisAvailable
()
app/src/main/java/ai/saiy/android/audio/RecognitionMic.java:117
↓ 5 callersMethodisListening
Check if the recognition is currently in use @return true if the state is SPEAKING or PROCESSING
app/src/main/java/ai/saiy/android/service/helper/SelfAwareConditions.java:448
↓ 5 callersMethodisNetworkAvailable
(final Context ctx)
app/src/main/java/ai/saiy/android/utils/Conditions/Network.java:73
↓ 5 callersMethodisRecording
()
app/src/main/java/ai/saiy/android/audio/RecognitionMic.java:113
↓ 5 callersMethodonDone
(final String utteranceId)
app/src/main/java/ai/saiy/android/service/SelfAware.java:1956
↓ 5 callersMethodonError
Report an error to the {@link SaiyHotwordListener} @param errorCode of the problem
app/src/main/java/ai/saiy/android/recognition/provider/sphinx/RecognitionSphinx.java:208
↓ 5 callersMethodreleaseVoiceEngine
We don't need the voice engine any more. The surrounding try catch blocks may seem like noob overkill, but based on crash reports they safely handle m
app/src/main/java/ai/saiy/android/service/SelfAware.java:2157
↓ 5 callersMethodrestartHotword
Check if the hotword detection should restart @return true if the detection should restart, false otherwise
app/src/main/java/ai/saiy/android/service/helper/SelfAwareConditions.java:2146
↓ 5 callersMethodsetCondition
Set any required additional condition @param condition the {@link Condition} constant
app/src/main/java/ai/saiy/android/processing/Outcome.java:60
↓ 5 callersMethodsetDefaultTTSVoice
Set the serialised string of the user's default Text to Speech Voice which has been coerced into a {@link android.speech.tts.Voice} object using {@lin
app/src/main/java/ai/saiy/android/utils/SPH.java:864
↓ 5 callersMethodsetDescription
(final String description)
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/AnalysisResult.java:61
↓ 5 callersMethodsetMicListener
(@NonNull final IMic iMic)
app/src/main/java/ai/saiy/android/audio/RecognitionMic.java:101
↓ 5 callersMethodsetVoice
(final Voice voice)
app/src/main/java/ai/saiy/android/tts/SaiyTextToSpeech.java:1090
↓ 5 callersMethodspeak
Process a Text to Speech utterance request, considering API versions, sound effects, silence and other possibilities. @param text the utteranc
app/src/main/java/ai/saiy/android/tts/SaiyTextToSpeech.java:195
↓ 5 callersMethodstartHotwordDetection
Called to start the hotword detection. @param bundle of instructions
app/src/main/java/ai/saiy/android/service/SelfAware.java:371
↓ 5 callersMethodstartService
Start the {@link SelfAware} service @param ctx the application context
app/src/main/java/ai/saiy/android/service/helper/SelfAwareHelper.java:826
↓ 5 callersMethodunpack
(@NonNull final NLUWit nluWit)
app/src/main/java/ai/saiy/android/nlu/wit/ResolveWit.java:61
↓ 4 callersMethodaddLength
Add information from the buffer @param buffer the audio buffer @param bufferReadResult the previous read result
app/src/main/java/ai/saiy/android/audio/pause/PauseDetector.java:105
↓ 4 callersMethodbegin
Start the pause detection
app/src/main/java/ai/saiy/android/audio/pause/PauseDetector.java:95
↓ 4 callersMethoddeleteEntry
Delete a given entry @param rowId the row identifier @return true if the deletion was successful
app/src/main/java/ai/saiy/android/database/DBSpeech.java:218
↓ 4 callersMethodexecute
Get the Bing OAuth refresh token and store in {@link BingCredentials} @param ctx the application context @param synchronous whether or not th
app/src/main/java/ai/saiy/android/command/translate/provider/bing/BingOAuth.java:74
↓ 4 callersMethodgetAlgorithm
()
app/src/main/java/ai/saiy/android/nlu/local/AlgorithmicContainer.java:54
↓ 4 callersMethodgetBufferSize
()
app/src/main/java/ai/saiy/android/audio/SaiyRecorder.java:182
↓ 4 callersMethodgetBytes
Get the compressed audio @param initEngine the initialised {@link android.speech.tts.TextToSpeech} package name @param voice the {@link android.
app/src/main/java/ai/saiy/android/database/DBSpeech.java:386
↓ 4 callersMethodgetClipboardContentPair
Static method to get the primary clipboard content, or the relevant error string. @param ctx the application context @return the clipboard content or
app/src/main/java/ai/saiy/android/command/clipboard/ClipboardHelper.java:184
↓ 4 callersMethodgetCondition
()
app/src/main/java/ai/saiy/android/memory/Memory.java:81
↓ 4 callersMethodgetCount
()
app/src/main/java/ai/saiy/android/cognitive/knowledge/provider/wolframalpha/parse/Infos.java:48
↓ 4 callersMethodgetDefaultLanguageModel
Get the default Language Model @param ctx the application context @return the default language model
app/src/main/java/ai/saiy/android/utils/SPH.java:198
↓ 4 callersMethodgetDefaultTranslationProvider
Get the default translation provider @param ctx the application context @return the default translation provider
app/src/main/java/ai/saiy/android/utils/SPH.java:878
↓ 4 callersMethodgetDuration
()
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/analysis/Result.java:55
↓ 4 callersMethodgetEntities
()
app/src/main/java/ai/saiy/android/nlu/wit/NLUWit.java:54
↓ 4 callersMethodgetEventType
Check the event type for debugging @param eventType the Accessibility event type @return the Accessibility event type
app/src/main/java/ai/saiy/android/accessibility/SaiyAccessibilityService.java:952
↓ 4 callersMethodgetExpires
()
app/src/main/java/ai/saiy/android/command/translate/provider/bing/BingCredentials.java:48
↓ 4 callersMethodgetHandler
()
app/src/main/java/ai/saiy/android/service/helper/SelfAwareConditions.java:2517
↓ 4 callersMethodgetId
()
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/analysis/Secondary.java:40
↓ 4 callersMethodgetInput
()
app/src/main/java/ai/saiy/android/nlu/local/AlgorithmicContainer.java:46
↓ 4 callersMethodgetIntents
()
app/src/main/java/ai/saiy/android/nlu/saiy/NLUSaiy.java:51
↓ 4 callersMethodgetInterceptGoogle
Get the user's preference for intercepting the Google Now commands. @param ctx the application context @return true if Google Now commands should be
app/src/main/java/ai/saiy/android/utils/SPH.java:1464
↓ 4 callersMethodgetIntro
Gets a random or user defined intro @param ctx the application context @return intro utterance
app/src/main/java/ai/saiy/android/personality/PersonalityHelper.java:61
↓ 4 callersMethodgetItemType
()
app/src/main/java/ai/saiy/android/tts/sound/SoundEffectItem.java:55
↓ 4 callersMethodgetMaxUtteranceLength
Limit of length of input string passed to speak and synthesizeToFile. @see #speak @see #synthesizeToFile
app/src/main/java/ai/saiy/android/tts/SaiyTextToSpeech.java:823
↓ 4 callersMethodgetModeOne
(final String[] stringArray)
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/AnalysisResultHelper.java:187
↓ 4 callersMethodgetModeThree
(final String[] stringArray)
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/AnalysisResultHelper.java:201
↓ 4 callersMethodgetNavIdFromTag
Get the navigation id corresponding to the Fragment's tag @param tag of the Fragment @return the navigation id
app/src/main/java/ai/saiy/android/ui/activity/ActivityHome.java:866
↓ 4 callersMethodgetNoNetwork
Get the standard no network connection response, adding the user's name if defined. @param ctx the application context @param sl the {@link Supporte
app/src/main/java/ai/saiy/android/personality/PersonalityResponse.java:369
↓ 4 callersMethodgetOkayGoogleFix
Get whether the hotword should use a workaround @param ctx the application context @return true as the default, or false if the user has disabled thi
app/src/main/java/ai/saiy/android/utils/SPH.java:1864
↓ 4 callersMethodgetPackageName
Get the package name of the remote caller @return the remote package name
app/src/main/java/ai/saiy/android/api/helper/BlackList.java:73
↓ 4 callersMethodgetParentActivity
Utility to return the parent activity neatly cast. No need for instanceOf as this fragment will never be attached to another activity. @return the {@
app/src/main/java/ai/saiy/android/ui/fragment/FragmentBugs.java:307
↓ 4 callersMethodgetParentActivity
Utility to return the parent activity neatly cast. No need for instanceOf as this fragment helper will never be attached to another activity. @return
app/src/main/java/ai/saiy/android/ui/fragment/helper/FragmentHomeHelper.java:217
↓ 4 callersMethodgetQubit
Get the values to be used in {@link Quantum#onPostExecute(Qubit)} @return the values
app/src/main/java/ai/saiy/android/processing/Outcome.java:134
↓ 4 callersMethodgetQueueType
Get the Text to Speech queue type @return one of {@link TextToSpeech#QUEUE_ADD} or {@link TextToSpeech#QUEUE_FLUSH}
app/src/main/java/ai/saiy/android/service/helper/LocalRequest.java:484
↓ 4 callersMethodgetRecogniserBusyFix
Get whether the recogniser should use a workaround @param ctx the application context @return true as the default, or false if the user has disabled
app/src/main/java/ai/saiy/android/utils/SPH.java:1839
↓ 4 callersMethodgetRefreshToken
()
app/src/main/java/ai/saiy/android/command/translate/provider/bing/BingCredentials.java:63
↓ 4 callersMethodgetResponseSuccess
()
app/src/main/java/ai/saiy/android/custom/CustomCommand.java:150
↓ 4 callersMethodgetResultsArray
()
app/src/main/java/ai/saiy/android/nlu/NLUCoerce.java:648
↓ 4 callersMethodgetSecureErrorResponse
Get the secure error response. @param ctx the application context @param sl the {@link SupportedLanguage} @return the required response
app/src/main/java/ai/saiy/android/personality/PersonalityResponse.java:446
↓ 4 callersMethodgetStartAtBoot
Check if the {@link SelfAware} should start at boot @param ctx the application context @return true if the {@link SelfAware} should start at boot, fa
app/src/main/java/ai/saiy/android/utils/SPH.java:1191
↓ 4 callersMethodgetSubPods
()
app/src/main/java/ai/saiy/android/cognitive/knowledge/provider/wolframalpha/parse/Pod.java:151
↓ 4 callersMethodgetToastContent
()
app/src/main/java/ai/saiy/android/processing/EntangledPair.java:55
↓ 4 callersMethodgetToastUnknown
Get whether or not to toast unknown commands. @param ctx the application context @return true if commands should be toasted, false otherwise
app/src/main/java/ai/saiy/android/utils/SPH.java:1116
↓ 4 callersMethodgetUseOffline
Get the user's preference for offline voice recognition. @param ctx the application context @return true if offline recognition is preferred
app/src/main/java/ai/saiy/android/utils/SPH.java:1639
↓ 4 callersMethodgetUtterance
Get the speech utterance from the request @return the {@link String} utterance or the default of {@link SaiyRequestParams#SILENCE}
app/src/main/java/ai/saiy/android/service/helper/LocalRequest.java:371
↓ 4 callersMethodgetVoice
()
app/src/main/java/ai/saiy/android/tts/SaiyTextToSpeech.java:924
↓ 4 callersMethodhasDetected
Check if a pause has been detected
app/src/main/java/ai/saiy/android/audio/pause/PauseDetector.java:129
↓ 4 callersMethodinitialise
Initialise the Voice Recorder @return The audio record initialisation state.
app/src/main/java/ai/saiy/android/audio/SaiyRecorder.java:111
↓ 4 callersMethodintentToCC
Compare the literal intent String name and match it to one of the {@link CC} constants @param name of the intent @return the corresponding {@link CC}
app/src/main/java/ai/saiy/android/nlu/NLUConstants.java:91
↓ 4 callersMethodisClipboard
See if the command required the translation to be from the current clipboard content @param utterance the utterance @return true if the translation i
app/src/main/java/ai/saiy/android/command/clipboard/ClipboardHelper.java:234
↓ 4 callersMethodmonitor
Monitor the audio data
app/src/main/java/ai/saiy/android/audio/pause/PauseDetector.java:136
↓ 4 callersMethodnewInstance
(@Nullable final Bundle args)
app/src/main/java/ai/saiy/android/ui/fragment/FragmentSettings.java:62
↓ 4 callersMethodonBufferReceived
(final int bufferReadResult, final byte[] buffer)
app/src/main/java/ai/saiy/android/audio/IMic.java:26
↓ 4 callersMethodonComplete
()
app/src/main/java/ai/saiy/android/recognition/SaiyRecognitionListener.java:173
↓ 4 callersMethodonError
()
app/src/main/java/ai/saiy/android/cognitive/emotion/provider/beyondverbal/BeyondVerbal.java:117
↓ 4 callersMethodonPartialResults
Called when partial recognition results are available. The callback might be called at any time between {@link #onBeginningOfSpeech()} and {@link #onR
app/src/main/java/ai/saiy/android/recognition/SaiyRecognitionListener.java:189
↓ 4 callersMethodreleaseRecognition
Release the native voice recognition service
app/src/main/java/ai/saiy/android/service/SelfAware.java:2206
↓ 4 callersMethodresolveSuccess
Convert the responses of {@link #LANG_COUNTRY_AVAILABLE} {@link #LANG_AVAILABLE} {@link #LANG_COUNTRY_VAR_AVAILABLE} {@link #LANG_MISSING_DATA} {@link
app/src/main/java/ai/saiy/android/tts/SaiyTextToSpeech.java:1965
↓ 4 callersMethodrestartStatusMonitor
Restart the status monitor for {@link SelfAwareConditions#getHandler()}
app/src/main/java/ai/saiy/android/service/SelfAware.java:2293
↓ 4 callersMethodreturnOutcome
A single point of return to check the elapsed time in debugging. @param outcome the constructed {@link Outcome} @return the constructed {@link Outcom
app/src/main/java/ai/saiy/android/command/translate/CommandTranslate.java:105
↓ 4 callersMethodreturnOutcome
A single point of return to check the elapsed time for debugging. @param outcome the constructed {@link Outcome} @return the constructed {@link Outco
app/src/main/java/ai/saiy/android/command/wolframalpha/CommandWolframAlpha.java:152
↓ 4 callersMethodsetAction
(final int action)
app/src/main/java/ai/saiy/android/command/helper/CommandRequest.java:227
↓ 4 callersMethodsetCommandUnknownAction
Set the user default action for an unknown command @param ctx the application context @param action to set
app/src/main/java/ai/saiy/android/utils/SPH.java:1686
↓ 4 callersMethodsetLanguage
(@NonNull final String language)
app/src/main/java/ai/saiy/android/command/translate/CommandTranslateValues.java:84
↓ 4 callersMethodsetName
(@NonNull final String name)
app/src/main/java/ai/saiy/android/command/username/CommandUserNameValues.java:46
↓ 4 callersMethodsetQuestion
(@NonNull final String question)
app/src/main/java/ai/saiy/android/command/wolframalpha/CommandWolframAlphaValues.java:47
↓ 4 callersMethodsetResultsArray
Set the array of voice data @param resultsArray the array of voice data
app/src/main/java/ai/saiy/android/command/helper/CommandRequest.java:150
↓ 4 callersMethodsetTaskName
(@NonNull final String taskName)
app/src/main/java/ai/saiy/android/command/tasker/CommandTaskerValues.java:47
↓ 4 callersMethodsetText
(@NonNull final String text)
app/src/main/java/ai/saiy/android/command/spell/CommandSpellValues.java:61
↓ 4 callersMethodsetText
(@NonNull final String text)
app/src/main/java/ai/saiy/android/command/translate/CommandTranslateValues.java:92
↓ 4 callersMethodsetTranslatedText
(@NonNull final String translatedText)
app/src/main/java/ai/saiy/android/processing/Qubit.java:48
← previousnext →301–400 of 2,679, ranked by callers