Searched defs:push (Results 1 – 4 of 4) sorted by relevance
31 push(enclosedOperation: Operation<T>) { method in OperationChain
121 Intent push = new Intent(); in createNotification() local
72 void push(T t) { in push() function
378 def push(self, local: str | list[str], remote: str, sync: bool = False, parameters= []) -> str: member in AndroidDevice